S
Sing
Dear Excel Gurus,
In C, one can mask off certain code segment by using macros like;
#ifndef DISABLE_XXX
//Code to be disabled
#endif
How can I do the same thing for Excel VBA?
Thank you in advance.
In C, one can mask off certain code segment by using macros like;
#ifndef DISABLE_XXX
//Code to be disabled
#endif
How can I do the same thing for Excel VBA?
Thank you in advance.