-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Excel insists on saving vbaDeveloper.xlam to AddIns directory #7
Comments
I had the same problem on the same Excel/windows combo, but not on my On Feb 11, 2015 4:14 PM, "Rintze M. Zelle" [email protected] wrote:
|
I think I tried that as well. At some point, the vbaDeveloper menu showed up, and I tried exporting some VBA code. While I didn't get an error, I then couldn't find the exported code on my hard drive. And when I restarted Excel, it had loaded the version in my roaming profile again. |
Same problem with my system: Windows 7, Excel 2007. If I didn't save in the C:\Users($username)\AppData\Roaming\Microsoft\AddIns directory, Excel didn't recognize vbaDeveloper as an AddIn. I tried saving in this directory, then copying the src folder to this directory and moving the vbaDeveloper.xlam file into the src folder. This made the testImport() Sub work but I never got the 'Menu' add in and I was not able to commit subversion changes. |
For those that didn't get the menu, I have sporadically had it not load the
|
I tried building the addin, but when I get to step 7 ("In VB Editor, menu File-->Save Book1; Save as vbaDeveloper.xlam in the same directory as 'src'"), Excel insists on saving the .xlam file to its own AddIns directory (
C:\Users\($username)\AppData\Roaming\Microsoft\AddIns
), even though I select the parent directory of "src" as the save location.If I then try to run
testImport()
for the installed addin, I get the error:Has anybody else run into this problem? Excel 2010, Windows 7.
The text was updated successfully, but these errors were encountered: