Need help creating an Excel AddIn

D

Dave Bruhn

Need to get an Excel AddIn compiled for my son so he can support his thesis.
I can get it to compile in VB 2005 Express, but I cannot get it to generate
a .xla file, I just get a binary (dll?) formatted file and a blank setup
script.

Thanks
 
B

Bill Renaud

Is the code in a *.VBA file (VBA extension)?

1. Start up Excel.
2. Create a new workbook.
3. Go into the VBA editor.
4. Import the VBA code from the file.
5. Compile the code and exit the VBA editor.
6. Back in Excel, use File|Properties to enter a Title and Comment (these
will show up in the add-ins dialog box during installation of the add-in).
7. Save the workbook as a Microsoft Excel Add-In (listed at the bottom of
the "Save as type" drop-down field).
 

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