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

  • Thread starter Thread starter Phillips
  • Start date Start date
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
 
Phil

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

thanks,

Greg
 
Back
Top