View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
JE McGimpsey JE McGimpsey is offline
external usenet poster
 
Posts: 4,624
Default Assigning Macros to Run from a Cell

See Chip's explanation of Event Macros, specifically the
Worksheet_Change() event example at the end:

http://cpearson.com/excel/events.htm

In article ,
Brendan Vassallo wrote:

I have a macro that I want to run when the valu in a cell is changed. Is
this possible?