if statement - IF Without End IF in VBA -
this question has answer here:
- if statements in vba 5 answers
see code below.
if weight=0 callfunction if weight=100 heavy=true else heavy= false end if
how program working when have not ended if statement?
its vba's functionality end if statements in single line..
Comments
Post a Comment