How to run Visual Basic from Excel sheet

K

Kristian Ougaar

How do I run a Visual Basic routine from a normal Excel cell. I would
like to do something like this:

=IF(RunIt=TRUE, Run my Visual Basic routine, Do nothing)

So if some calculations results in the variable "RunIt" is set equal to
TRUE, the Visual Basic routine must run.

Kristian
 
Top