ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   VB app and Excel: Deployment options? (https://www.excelbanter.com/excel-programming/276539-vbulletin-app-excel-deployment-options.html)

MV[_2_]

VB app and Excel: Deployment options?
 
Hi,

I built a VB6 COM dll with only business logic (no UI) designed to work with
Excel (this will be thwe UI).

I'm trying to find the best way to deploy this into production in order to
avoid dll-hell in future upgrades.

I understand there's something like and Excel COM add-in but haven't been
able to find documentation on how to do this.

My last option would be to copy all my *.cls classes from VB to VBA but is
still an option :(

Can anybody point me into the right direction here?

Thanks,
MV



Keith Willshaw

VB app and Excel: Deployment options?
 

"MV" wrote in message
...
Hi,

I built a VB6 COM dll with only business logic (no UI) designed to work

with
Excel (this will be thwe UI).

I'm trying to find the best way to deploy this into production in order to
avoid dll-hell in future upgrades.

I understand there's something like and Excel COM add-in but haven't been
able to find documentation on how to do this.


You can actually call your exposed com interfaces directly from
VBA providing the instancing on the class is set to GlobalMultiUse

Just set a reference from the VBA to your dll and voila there they are

Alternately you can use a com add-in

http://support.microsoft.com/?kbid=238228

Keith




All times are GMT +1. The time now is 01:12 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com