Thread
:
Help with IF Else:IF statement
View Single Post
#
1
Posted to microsoft.public.excel.programming
Nile_Hef[_2_]
external usenet poster
Posts: 23
Help with IF Else:IF statement
This are two syntax errors he
Else: If cell = Null Then
You actually wanted this:
ElseIf cell = Null Then
The colon acts as a line break in VBA, and 'ElseIF' is all one word.
Regards -
Nigel
Reply With Quote
Nile_Hef[_2_]
View Public Profile
Find all posts by Nile_Hef[_2_]