Thread
:
"If" VB Syntaxe
View Single Post
#
2
Posted to microsoft.public.excel.programming
SunTzuComm
external usenet poster
Posts: 30
"If" VB Syntaxe
Here's an example; you can also use Or instead of And:
If A = B And C = D Then
If E = F And G = H Then
... and so on
End If
End If
Regards,
Wes
Reply With Quote
SunTzuComm
View Public Profile
Find all posts by SunTzuComm