I have an Excel add-in I am developing that works fine in Windows XP. However, I just got a hold of Windows 7 Professional and now I cannot save this add-in, either manually from the VBA Editor or programmatically using ThisWorkbook.Save.
The error message says "Micrsosoft Office Excel cannot access the file 'C:\Program Files\Microsoft Office\Office 12\LIBRARY[some random 8-character string rather than the name of my add-in]". One of this dialog error's possible explanations is that "The file name or path does not exist". Well, of course it doesn't.
I tried turning off read-only on the add-in file and its directory, as well as "Unblocking" the file (seems to be a new Windows 7 feature) using the Properties dialogs, but to no avail.
Any ideas on what I can do to get this basic Save functionality to work in Windows 7???