0

I am creating an Office add-in for Word using office.js and I was wondering how I can change the buttons in my custom tab once the add-in is running.

My thinking is that it is defined in the manifest so it might not be possible, but on the other hand it would make a lot of sense to be able to do this. Possible after a add-in restart (if there is such a thing).

My scenario is that a user changes some settings and after saving the settings the buttons in the custom tab updates.

jkh
  • 225
  • 1
  • 12

1 Answers1

0

As of March 30th, "not currently supported but It's on our plan" according to this answer by someone from Microsoft.

Community
  • 1
  • 1
lgaud
  • 2,430
  • 20
  • 30
  • Thanks for your answer! Weird how I did not find that thread in my searches and in stackoverflows suggestions. – jkh May 31 '16 at 11:33