C
chrisnsmith
Can someone explain to me why my Excel 2003 is not recognizing ( If )?
I've tried several codes with the If function and my code won't run.
If (this or that) Then...
and
If (this or that) Then....
Elseif (this or that) Then......
End If
In the first case the debugger says (End If without a block If).
In the second case the debugger says (ElseIf without a block If).
I've tried several codes with the If function and my code won't run.
If (this or that) Then...
and
If (this or that) Then....
Elseif (this or that) Then......
End If
In the first case the debugger says (End If without a block If).
In the second case the debugger says (ElseIf without a block If).