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...
Does anyone have any other ideas / best practices suggestion? The above does require work by both the user and custom code per upgrade...
Thanks!
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!