Jime Posted May 21, 2005 Posted May 21, 2005 How do I set a $var with msg box? such as... $var = 1 $var = 2 $var = 3 by simply typing "1" in the message box to set the $var = 1
buzz44 Posted May 21, 2005 Posted May 21, 2005 $var = InputBox("Hello","Enter something") Msgbox(0,"Test","$var =" & $var) qq
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now