Help on if function

D

DeViL_LaW

can any1 tell me the formula to run a macro from an if statement?
eg =if(a1>a2,macro...,macro...
 
B

Biff

Hi DeVil_LaW,

You can't run a macro from within any function. You
can "run" a UDF - User Defined Function but this is
different than a macro. You would be better served posting
this in the .Programming group.

Biff
 
Top