How do I show a custom taskpane automatically when the add-in loads (i.e. without having to click a command that is tied to that URL)?
Asked
Active
Viewed 1,072 times
1 Answers
4
Jan 2018 update:
Office has shipped a new feature which lets you configure your add-in to automatically open a task pane when the file loads if the add-in had been used there previously: https://learn.microsoft.com/en-us/office/dev/add-ins/design/automatically-open-a-task-pane-with-a-document.
Original Answer:
Commands cannot currently be used to launch a task pane when the document opens.
However, you can cause the task pane to open automatically if you remove all commands from the manifest entirely.

Michael Saunders
- 2,662
- 1
- 12
- 21