Creating a new addin - Best Practice

Gale T

New Member
Joined
Apr 7, 2017
Messages
3
Hi,

I have to combine the functionality of two Excel addins into a single addin. Is it common practice to do the development in XLSM format and then save it in XLA fromat when it's am done or do everything in xla format? My first impulse is to use xlsm until I am done because I often save backup versions until I complete what I am doing and I don't want to mess with multiple addin versions.

Gale
 

Excel Facts

Remove leading & trailing spaces
Save as CSV to remove all leading and trailing spaces. It is faster than using TRIM().
Hi Gale and Welcome to MrExcel,

I usually start out using .xlsm format then convert the add-in to .xlam. Sometimes I'll use worksheets in the add-in and in those cases, it's necessary to have the workbook unhidden to setup those sheets.

I also find that when I'm editing an .xlam file, I'm more likely to accidently close Excel without saving the last changes, whereas that rarely happens in a visible .xlsm workbook.
 
Upvote 0
Hi Jerry,

I didn't think of the issue of forgetting to save the .xlam file. This is exactly what I needed, thank you very much. I will follow your example.

Gale
 
Upvote 0

Forum statistics

Threads
1,223,794
Messages
6,174,641
Members
452,575
Latest member
Fstick546

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