hilkoc / vbaDeveloper

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

having trouble installing #58

Open nsandell123 opened 2 years ago

nsandell123 commented 2 years ago

I'm confused on these two steps ' 8. Close excel. Open excel with a new workbook, then open the just saved vbaDeveloper.xlam ' 9. Let vbaDeveloper import its own code: Put the cursor in the function 'testImport' and press F5

I have vbaDeveloper.xlam saved in my local cloned repository. When I double click it on my file system, nothing happens. What exactly am I supposed to open? What does it mean by "let vbaDeveloper import its own code"? What is vbaDeveloper? Thank you.

DecimalTurn commented 1 year ago

I know it's been a while, but the issue here is that trying to open an add-in from the file system doesn't always work. You'll have a better chance of it working if you open Excel and press Ctrl+O to open from the Excel Open File dialog. Then vbaDeveloper should appear among your VBProjects in the VB Editor.