Hi Rebecca,
No a macro cannot be run from an if statement.
You could, however, almost certainly get the functionality you want using
an event procedure, If you are not familiar with event procedures, you might
want to look at Chip Pearsons page on the subject:
http://www.cpearson.com/excel/events.htm
In any case, if you care to explain what it is that you would like to
achieve, I am sure that someone will assist you with a suitable solution.
---
Regards,
Norman
Rebecca said:
can I run a macro from an if statement, i.e if this then run macro
otherwise do nothing?