Sep 24 2023 03:11 AM
Hi,
I'm trying to save a custom addin in order to copy it to a different PC but recent changes haven't saved in the addin file.
The addin itself contains some custom formulas and formatting shortcuts that I use regularly, in the past week or so I've added some new modules and I wanted to copy it over to a different PC. I copied the addin from the Excel Add-Ins/Browse location to my OneDrive and installed it on the other PC but, once installed, it doesn't contain the new modules.
The modified date on the .xlam is 20th July. I've tried saving it in VBA but the modified date doesn't change.
I could copy the modules to a spreadsheet and open that up in the other PC but I'm not understanding how the original has the new modules if the .xlam hasn't been updated since July?
Sep 24 2023 06:07 AM
It sounds like you are encountering an issue with your Excel add-in not saving the recent changes you have made. Here are some steps you can take to troubleshoot and resolve this issue:
After trying these steps, attempt to save the add-in again. If the issue persists, consider creating a new add-in by exporting your modules and code to a new workbook, saving it as an add-in, and then copying it to the other PC. This can sometimes help resolve issues with add-ins that are not saving changes properly. The text and steps were edited with the help of AI.
My answers are voluntary and without guarantee!
Hope this will help you.
Was the answer useful? Mark them as helpful and like it!
This will help all forum participants.
Oct 02 2023 12:33 AM
Thanks - it turned out to be the location. Despite it going to '...Appdata/Roaming/Microsoft/Addins' when you select 'Browse' the actual addin that was being used was the one in my Onedrive.
Oct 02 2023 12:59 AM