Calling a Macro
Calling a Macro
(OP)
All,
Is there a way to execute a macro based on an "if" statement within an Excel Spreadsheet?
Regards,
Rich......
Is there a way to execute a macro based on an "if" statement within an Excel Spreadsheet?
Regards,
Rich......
Richard Nornhold, PE
http://www.personna.com





RE: Calling a Macro
Assuming that your "macro" is a User Defined Function named MyFunction:
=IF(Logical Test, MyFunction())
RE: Calling a Macro
TTFN
FAQ731-376: Eng-Tips.com Forum Policies