Reputation: 6235
When you install an Word add-in an icon appears in the ribbon, and the user has to click on the icon in order to open the add-in
Is there a way to make an Word add-in open automatically every time Word starts up, without the need to click the button?
Upvotes: 0
Views: 265
Reputation: 9684
You can configure that in the add-in manifest with the AutoShowTaskpaneInDocument
setting. There are details in the docs here: Automatically Open a Task Pane with a Document.
Upvotes: 1