Can I start a macro from a cell by using a formula

P

PraxisPete

Is it possible to enter a formula into a cell, and if the result returns True
then a macro runs? The Formula may look like this

=If(Logical_Test,[Callâ€MacroNameâ€],[Value_if_False])

Can it be done if the result returns False?
 
A

Arvi Laanemets

No

For formulas/functions no activities are allowed - they only can display
information in cell, they are situated.
 
Top