View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mallick Mallick is offline
external usenet poster
 
Posts: 17
Default Running a Macro when a value in a range of cell changes

Hi
I am trying to run my macro whenever there is change of values in a range of
cells. For example, A table of 4x4 contains all zeros initially, I want the
macro to run whenever the initial value in any cell changes.

Can anyone help me with this?

Many Thanks.

Mallick