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

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple

Forum statistics

Threads
1,215,069
Messages
6,122,952
Members
449,095
Latest member
nmaske

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