Running a macro from an IF statement
Posted by Andrew Leeson on April 26, 2001 5:38 AM
IS it possible to run a macro from an IF statement, if
so what is the format of the command?
I'm thinking of something like
=IF(A1=A2,runmacro1,runmacro2)
What I am trying to do is match up two lists, the first with
about 2000 items and the 2nd with a subset of it that
is about 100 items.
Thanks,