|
-
Jul 18th, 2005, 07:12 PM
#1
Thread Starter
Fanatic Member
[RESOLVED] Variable Not Defined?
I am using a module in my project, and my app refers to text in the module...(RegistryLocation in this case)...But ever since I added more code to Declarations, it says: Variable Not Defined...and highlights this:
RegistryLocation =
It was working fine before, but ever since I added more code it doesnt work. Anyways I dont know what to do...I've tried putting the new code into modules, but then it can't find that either. Thanks.
Last edited by JBD2; Jul 18th, 2005 at 07:41 PM.
-
Jul 18th, 2005, 07:30 PM
#2
Frenzied Member
Re: Variable Not Defined?
Tell us more.
What code did you have?
What did you add?
Do you have Option Explicit at the top of the module?
Maybe you should just define the variable.
-
Jul 18th, 2005, 07:41 PM
#3
Thread Starter
Fanatic Member
Re: Variable Not Defined?
Yeah sorry I should've tried more before I did it, declaring it helped.
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
|