Rum macro in procedure

  • Thread starter Thread starter SpeeD
  • Start date Start date
S

SpeeD

Hi guys.

I have to call a macro (macro2) from wthin "Private Sub
Worksheet_Activate()"

How can i do this?

Thanks!!!
SpeeD
 
Thanks a lot!

By the way if i want to run a macro from a "IF" formula
in a cell, how can i do it??

Thanks!!!!!
 
IF cell (a,b) = ... THEN
Call macro
END IF

SpeeD said:
Thanks a lot!

By the way if i want to run a macro from a "IF" formula
in a cell, how can i do it??

Thanks!!!!!
 
Hi

I´ve tried to write this formula in a cell (c17), but
simply doens´t work. What am i missing??

thanks!
SpeeD
 
You can't do that directly from a formula, but you can code it to
happen based on a set of conditions. What conditions do you want to
cause this macro to fire?
 
Back
Top