View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tim Williams Tim Williams is offline
external usenet poster
 
Posts: 1,588
Default Having a mcro prompt me for manual input in cell

Use an input box instead of having the user enter the value in the cell.

Tim

--
Tim Williams
Palo Alto, CA


"Leon" wrote in message
...
I wrote a macro that calculate stuff according to a value that I enter in

a
cell (let's say K9).
how can I have the macro go to that cell, wait for my inpiut and proceed

to
the rest of the calculation.

Thanks in advance