macros and if statements

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Can I use an IF statement to run a macro, i.e if this then run macro otherwise do nothing
 
Rebecca

you can use if statements in a macro to call another macro

if range("a1") = true then
call mymacro
end i
 

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

Similar Threads


Back
Top