hilkoc / vbaDeveloper

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

Unable to save in directory src as there is the folder vbaDeveloper.xlam #54

Closed jonadv closed 3 years ago

jonadv commented 3 years ago

On step 7 in Build.Bas it sais

' 7. In VB Editor, menu File-->Save Book1; Save as vbaDeveloper.xlam in the same directory as 'src'

But in that directory there is a FOLDER named exactly "vbaDeveloper.xlam". Trying to press the Save button will just open that folder, not save as a file with the name "vbaDeveloper.xlam".

Soo... I should delete or rename that directory first? Or just save somewhere else and then copy paste the file to the src directory after?

jonadv commented 3 years ago

that last suggestion wont work... image

jonadv commented 3 years ago

20 minutes later and found the problem:

in the **same** directory

is not

in the folder 'src'

..