Install for my VBA Code?

M

Michael Lorenz

Hello everybody:)

I have experience with VB6 but not really with VBA. I wrote some code in
Outlook-VBA (2 Macro's) and now want to give this code togther with a "real"
VB6 Programm to my customer. But how can I write a install routine for the 2
Macro's? Is there a possibility to make a professional install-solution
without external programs - only with things, given togehter with VS6?

Thanks for your help
Michael
 
A

Andrew Cushen

Michael-

The recommended method for distrubuting Office VBA code is
to move it to a COM Add-in that you create with VB6 or
Office Developer. See
http://www.outlookcode.com/d/comaddins.htm

for info on creating COM Add-ins. There is really no other
way to distribute VBA code in a professional manner.

HTH,

-Andrew
===========================================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top