MichaelRed
Programmer
I get an error on compiling a program. The error is on a line which "calls" one of the menu items. The Menu Item (currently) doesn't have any code in the click (the only) event. If I just put a comment in the Menu Item, it will compile w/o err.
I can also have "empty" subs in the general portion of the form's code module, and I can even place calls to the empty sub in the general section. BUT the mnuXXX_Click event cannot be empty if it is referenced in any code (w/o getting a compile error).
Help! I do NOT understand this behaviour! Is this documented?
MichaelRed
mred@duvallgroup.com
There is never time to do it right but there is always time to do it over
I can also have "empty" subs in the general portion of the form's code module, and I can even place calls to the empty sub in the general section. BUT the mnuXXX_Click event cannot be empty if it is referenced in any code (w/o getting a compile error).
Help! I do NOT understand this behaviour! Is this documented?
MichaelRed
mred@duvallgroup.com
There is never time to do it right but there is always time to do it over