Can I create a msgbox that is asking for a string to be typed in?

P

Phillips

I would like to create a message to the user (msgbox comes to mind) but I
would need the ability to have the user type in something, and then press
OK. Can that be done?

Thanks
Phil
 
G

GJones

Phil

Go into Visual Basic Help and search for InPutBox. It
will give you a code snippet.

thanks,

Greg
 
Top