hilkoc / vbaDeveloper

Tools for development and version control of vba code
MIT License
516 stars 137 forks source link

Variable not defined #57

Closed RaAlMer closed 3 years ago

RaAlMer commented 3 years ago

When I get to step 9:

  1. Let vbaDeveloper import its own code: Put the cursor in the function 'testImport' and press F5

It throws an error in Build as it says it is not defined. I cannot find the solution to this ...

Thank you for your answer!

7

brochuJP commented 3 years ago

It looks like the declaration of your variables are activated. You can change that in the settings.

brochuJP commented 3 years ago

Option Explicit

RaAlMer commented 3 years ago

Thanks, I'll check it. I didn't know some of the variables weren't defined in the code so that the Option Explicit throws errors.