View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
pburk pburk is offline
external usenet poster
 
Posts: 7
Default execute a macro from cell click event

I am trying to execute a macro from a cell single or double click event,
dependent on a value of another cell. There are multiple cells and depending
on the value of a drop down within those cells, a different macro would
execute. Is this possible?
thank you in advance for any input.