View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Barrie Lewis Barrie Lewis is offline
external usenet poster
 
Posts: 1
Default how do I automatically run a macro from the result of a cell

Help....

I am trying to do away with the need for buttons in my spread sheet, for
example
if the result of a cell is = 0 then I want it to automatically activate one
macro, if the cell value is greater than 0 then I want to activate a
different macro.

Thanks..