View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
JMay JMay is offline
external usenet poster
 
Posts: 422
Default Can I create a msgbox that is asking for a string to be typed in?

Check out the InputBox() Method in help;;; it's what you want..


"Phillips" wrote in message
news:X3Vub.252805$Fm2.262414@attbi_s04...
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