Question about condition in Macro Window

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

Guest

I'm reviewing a macro and it has a "run code" action based on the following
condition "1=2"
What does that condition mean?
 
Thanks Duane! I thought as much. However now I can't understand why it was
included in the macro in the first place since 1 will never equal 2
 
Possibly the author decided they wanted to temporarily disable the action
with the possibility of enabling it later. This is similar to commenting out
code rather than just deleting it from a module.
 
Thanks for the clarification!

Duane Hookom said:
Possibly the author decided they wanted to temporarily disable the action
with the possibility of enabling it later. This is similar to commenting out
code rather than just deleting it from a module.
 

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

Back
Top