Chipo has attended:
Excel VBA Intro Intermediate course
VBA intermediate
is there a way that one can call a procedure in the program more than once using and if statement?
RE: VBA intermediate
Hi Chipo,
Thank you for your question.
Yes you can by uaing IF for the first condition and then ElseIf for the others followed by Else for the false answer.
I hope this answers your question.
Regards
Simon