2016-04-13 120 views

回答

0

你的if語句需要在一個行,或者如果你希望它是在兩行使用下劃線。

If i.Value = "Device Name" _ 
Or Left(i.Value, 11) = "Average for" Then 
    i.EntireRow.Delete 
End If