Question about condition in Macro Window

D

Davey

I'm reviewing a macro and it has a "run code" action based on the following
condition "1=2"
What does that condition mean?
 
D

Davey

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
 
D

Duane Hookom

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.
 
D

Davey

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.
 
Top