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

