View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Mark Lincoln
 
Posts: n/a
Default Waiting for Input in a macro

Call up an InputBox to get the needed value. Put that value back into
cell E1 if needed. Look up "inputbox" in VBA Help for more information.