View Single Post
  #1   Report Post  
PraxisPete
 
Posts: n/a
Default Can I start a macro from a cell by using a formula

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?