Thread: Run
View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
SteveS[_2_] SteveS[_2_] is offline
external usenet poster
 
Posts: 2
Default Run

Look at Worksheet_Change(ByVal Target As Range).

Target will be the range where the change that tripped this code happened. Check if the range is the cell you are interested in and process accordingly.

- Steve

" wrote:

Is it possible to run a macro each time the value changes
in a cell.

Thank You,