|
-
Sep 28th, 2000, 09:38 AM
#1
Thread Starter
Hyperactive Member
Ok. When the user opens up my form in excel, a form comes up with three buttons. Well, it seems to me that when ever VBA feels like it, it throws up a compile error:
Compile Error in hidden module: frmReferral.
frmReferral is the name of my form. Could someone tell me why this is happening. And when I go in to see whats wrong, I delete a part of the code, then put it right back, open it up and it doesn't do that anymore. It seems to me that there is a glitch some where. If you would like to look at the file let me know. Thanks
Thanks Alot,
David Gottlieb
CIW Certified Internet Webmaster
Web Developer/Designer
-
Sep 28th, 2000, 11:44 AM
#2
Thread Starter
Hyperactive Member
Somebody please take a look at this. I really need this help. Joacim? Are you there. Somebody. Please
Thanks Alot,
David Gottlieb
CIW Certified Internet Webmaster
Web Developer/Designer
-
Sep 26th, 2002, 01:36 AM
#3
Addicted Member
Try unprotecting the VBA code that is calling frmReferral form and any other VBA code that might be triggering this message.
My guess is that you have made an incorrect statement in protected code, then VBA can't jump to the statement that is generating the error and comes up with this Compile error in hidden module.
hope this helps....
We have the technology and we are not afraid to use it
-
Sep 26th, 2002, 06:59 AM
#4
Addicted Member
Haveyou tried sepping though the code in the module ?
Sometimes there is a more useful message.
Regards
BrianB
-------------------------------
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|