hi, i have created a program but don't know what to do. The condition is when text1.text = empty or it has no value then there would be a msgbox popping out. and for the else, there would be no msgbox popping out.
i really don't know what's the code, like sort of this
If text1.text = no value Then
msgbox ("please input value")
else
end if
can you correct this please?thanks..