My boss wants to do this in her code
If CurrentTitle = "DOM" Or "USA" And HeaderNum = "2" Then
If prev = "EAST" And vari = "FOLIO" Then
MakeChanges2_9
Application.StatusBar = "2_9Using EAST Zone FIRST Edition as source for FOLIO Zone"
End If
End If
but its getting a syntax error on the or
I think it should be
If CurrentTitle = "DOM" Or CurrentTitle = "USA" And HeaderNum = "2" Then
but i don't have anything to compile vba so if some one knows for sure then please let me know
