Thread: Get User Input
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
pancho[_6_] pancho[_6_] is offline
external usenet poster
 
Posts: 3
Default Get User Input

dim varX as string
....
....
varX=InputBox("Type your Number")
......



Francisco Mariscal
fcomariscal at hotmail.com



-----Original Message-----
Is there a way to get a user's input while executing a
macro in Excel? I would like to have the user who is
running the macro enter a string or number, and then

store
their response in a variable declared within the macro.
.