launch macro from a formula

A

arron

Can this be done?

I want to launch various macros from the result of an IF.

Cheers

Arron
 
P

Paul

arron said:
Can this be done?

I want to launch various macros from the result of an IF.

Cheers

Arron

No. Launching a macro is an event - it happens at a particular time. The
result of an IF is a state - it stays the same (until such time as a change
in the conditions causes it to change). So, you can't do as you ask. I
believe you need a worksheet change event in VBA.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top