|
-
May 16th, 2008, 02:55 PM
#1
Thread Starter
Fanatic Member
easy vba question
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|