Hi all
Please could somebody tell me if it is possible to call a macro from an if()
function
eg if (condition true, macro1,macro2)
I am thinking not, but ....?
Any help would be much appreciated
Thanks in advance
David
Bob Phillips - 24 Jan 2006 13:50 GMT
You can call a function if that function just returns a result, but not
anything that looks to change some attribute of the worksheet, such as font,
colour. These type of functions are called User Defined Functions (UDF).
--
HTH
Bob Phillips
(remove nothere from the email address if mailing direct)
> Hi all
> Please could somebody tell me if it is possible to call a macro from an if()
[quoted text clipped - 5 lines]
> Thanks in advance
> David