Creating COM Add-ins in VB6
The following resources should help you understand the pros and cons of VB6 and also get you going with a simple working COM add-in.
Simons slides on COM add-ins with VB6 are here. A basic Excel COM add-in Starter project is here.
If you want your VB6 'New Project' dialog to look like this:
Save the files to somewhere like (ie - depends where your VB is):
D:\Program Files\Microsoft Visual Studio\VB98\Template\Projects
It should then appear next time you open VB, clicking it will give you a good headstart in building Excel COM add-ins. |