[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.
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.
Re: Variable Not Defined?
Yeah sorry I should've tried more before I did it, declaring it helped.