Best solution to develop add-ins

brazilnut

New Member
Joined
Sep 13, 2005
Messages
41
I have been building an application in VBA. It has now grown to over 100 pages of code and forms. As the number of features grows, the application get's slower. I am considering converting my code to a compiled format, ie VB .NET. I am looking for options. Is there a better solution?

thank you
 

Excel Facts

Control Word Wrap
Press Alt+Enter to move to a new row in a cell. Lets you control where the words wrap.
Hi,

There are some options available:

1. Consider to split the add-in into several parts and load them on demand via a menu or toolbar.

2. Create a COM add-in in VB Classic as it will not require that the NET Framework is installed on the target machines.

3. Create the add-in in VB.NET and make sure You pack the redistributable version of NET Framework into the setup-packaged.
 
Upvote 0

Forum statistics

Threads
1,224,844
Messages
6,181,291
Members
453,030
Latest member
PG626

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