JustATheory
IS-IT--Management
Greetings,
I'm working in Excel VBA and I'm writing an If statement,
If ActiveCell > 0 and < 4 Then
End If
It will error after the 0 and ask for goto or then. Is there a way to ask for a range in this statement?
Thanks,
Andy
I'm working in Excel VBA and I'm writing an If statement,
If ActiveCell > 0 and < 4 Then
End If
It will error after the 0 and ask for goto or then. Is there a way to ask for a range in this statement?
Thanks,
Andy