Can I use an IF statement to run a macro, i.e if this then run macro otherwise do nothing
R Rebecca Jul 29, 2004 #1 Can I use an IF statement to run a macro, i.e if this then run macro otherwise do nothing
M mudraker Jul 29, 2004 #2 Rebecca you can use if statements in a macro to call another macro if range("a1") = true then call mymacro end i
Rebecca you can use if statements in a macro to call another macro if range("a1") = true then call mymacro end i