View Single Post
  #2   Report Post  
Chip Pearson
 
Posts: n/a
Default

The Worksheet_Change event procedure is executed whenever a cell
is change.




"Daniel" wrote in message
...
in vba what command is used to determine if a particular cell
on a
particular sheet changed? some kind of event? how to get the
old and new
value of the cell?