if statement - IF Without End IF in VBA -


this question has answer here:

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

Popular posts from this blog

shopping cart - Page redirect not working PHP -

php - How to modify a menu to show sub-menus -

python - Installing PyDev in eclipse is failed -