If function problem
Post your ACTUAL code, not that pseudo-code... it is very hard to debug code
when you can't see the code.
--
Rick (MVP - Excel)
"chrisnsmith" wrote in message
...
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).
|