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

python - Installing PyDev in eclipse is failed -

PHP OOP-based login system -

c# - Nested Internal Class with Readonly Hashtable throws Null ref exception.. on assignment -