Thread: Prompting User
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Gary Keramidas Gary Keramidas is offline
external usenet poster
 
Posts: 2,494
Default Prompting User

from the help file:

mynum = Application.InputBox("Enter a number")
Range("a5") = mynum

--


Gary


"Alexis" wrote in message
...
Thank you! Know of a way to have the response put onto the worksheet?

"Ardus Petus" wrote:

see InputBox

HTH
--
AP

"Alexis" a écrit dans le message de
...
Anyone know of a way to get a macro to promot a user for input?