1

I have a task pane (desktop) Office add-in built with the latest VS 2015 template for Excel and Word add-ins. When I open the file, the add-in task pane is not visible. My users need to click a button on the toolbar to open it, which they complain about.

In addition, I save the document with the task pane expanded but it does not affect that behavior. I remember a previous version of the add-in manifest (when it was called app for Office) kept the pane open but I upgraded it so I can use custom tabs in the Office ribbon.

Can I make the task pane stay expanded when the document or worksheet load?

Miro J.
  • 4,270
  • 4
  • 28
  • 49
  • Try this Auto opening task pane: [https://stackoverflow.com/a/56488042/7487988](https://stackoverflow.com/a/56488042/7487988) – Sagar Mistry May 09 '23 at 07:52

2 Answers2

1

Similar question here: Office Web App - Show task pane on load

For now you'll have to choose between persistent always-open task panes and custom tabs/buttons.

Community
  • 1
  • 1
Michael Saunders
  • 2,662
  • 1
  • 12
  • 21
1

There is now a way to do this: Automatically open a task pane with a document. And a sample at: Office OOXML EmbedAddin

Rick Kirkham
  • 9,038
  • 1
  • 14
  • 32