XLAM Add-In with Embedded XLS - best practices...

BenW71

New Member
Joined
Apr 19, 2018
Messages
26
I have an XLAM with an embedded XLS where users store their preferences that are used in the sheet. Everyone who uses the xlam will have their own values in that sheet.

When I release a new version of the XLAM with new features or fixes, i'd like to not overwrite this.

What i was thinking was...
  • Have a function that would save the attached XLS as a separate file
  • Have an import feature that would look for the saved XLS and copy over the values in each section...
  • That import would need to also create new / updated named ranges on the sheet. So i'd need a "upgrade" procedure per version to add that stuff...

Does anyone have any other ideas / best practices suggestion? The above does require work by both the user and custom code per upgrade...

Thanks!
 

Excel Facts

How to fill five years of quarters?
Type 1Q-2023 in a cell. Grab the fill handle and drag down or right. After 4Q-2023, Excel will jump to 1Q-2024. Dash can be any character.

Forum statistics

Threads
1,215,632
Messages
6,125,908
Members
449,273
Latest member
mrcsbenson

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top