PDA

Click to See Complete Forum and Search --> : VB2003 and Office Add ins


benbuin
Mar 10th, 2006, 07:00 AM
Does anyone have some skeleton code for creating an add in using VB2003.

I am particularly interested in add ins for Word & Excel.

Is it possible to write these using VB Express or do I need the Office Solutions package

Thanks,
Richard

RobDog888
Mar 10th, 2006, 07:25 AM
I do not believe Express supports Office Add-Ins.

To create a Ad-In using 2003 you create a new project > Other Projects > Extensibility Projects > and select "Shared Add-In". Then the addin wizard will popup.
Click Next > select your language > Next > select the host > next > enter a name and description > next > select startup/load options > next > click Finish. Now you will get a addin project witha template of events for you to code. :)