I have two forms and a module. The module has a method in which it calls a function in Form1. Within that function, I call form2.show (vbmodal) and I get this runtime error. Its driving me nuts. What am could be causing this?
I also call form1.show vbmodal later on in that method of the module. That one has no problems.
Any help would be extremely appreciated.
I also call form1.show vbmodal later on in that method of the module. That one has no problems.
Any help would be extremely appreciated.
Comment