06-18-2013, 03:33 PM
You can use ":" to combine one or more executable statements. See one conditional statement to understand more
if a>b then msgbox a : msgbox b
You can apply this operator in lot of ways other than DIM
if a>b then msgbox a : msgbox b
You can apply this operator in lot of ways other than DIM