Open nsandell123 opened 2 years 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.
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.