View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Francois Ashton[_2_] Francois Ashton[_2_] is offline
external usenet poster
 
Posts: 2
Default Pausing a macro while waiting for an input into a cell

Hi all

Hopefully this is not a dumb question and has probably been asked before,
but I can't find the answer at the moment.

I need a macro to be paused while waiting for a user to input a value into a
cell. So once the value is inputed in the cell and "enter" is hit the macro
continues.

I want to try to avaiod using input boxes.

Help is appreciated.

Francois