Hi All,
As default an add-inn is open when Word starts. In the add inn a toolbar is
visible=false. When the user open a specific template (Proposal template) in
Word the toolbar in the Add-inn must be visible. Anyone any idea?
The VBA code in the Proposal template can't be changed.
Jezebel - 30 May 2006 08:46 GMT
In your add-in, trap the document new and document open events; check if the
new/opened document has your proposal as the attached template; and if so
make the toolbar visible.
> Hi All,
>
[quoted text clipped - 5 lines]
>
> The VBA code in the Proposal template can't be changed.