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
Printable View
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
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. :)