Thread: running macros
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
piglaup piglaup is offline
external usenet poster
 
Posts: 1
Default running macros

Can a macro be run from within a formula?
I would like to run macro A if a cell contains 0 or macro B if that cell
contains anything else.
I know how to setup the NOT formula, but how do you program arguments to get
the macros to run? Is there a way to do that?