View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
Arup C[_2_] Arup C[_2_] is offline
external usenet poster
 
Posts: 32
Default If Statement to run a macro

Hi Dave,
Where could i find the worksheet events?

"Dave Peterson" wrote:

Formulas in cells can't do this kind of thing.

Maybe you could use a worksheet event (_change or _calculate????) that would do
what you want.

Secret Squirrel wrote:

How would I create an IF statement to fire a VBA macro? I want to be to run
the macro if a cell value = "0".


--

Dave Peterson