Top "Office-addins" questions

For the new Add-ins for Office please also add the office-js tag to your question.

"Office 2010 Add-In: Icons Gallery" - How to extract icons from backstage tab (docx)

I downloaded "Office 2010 Add-In: Icons Gallery" that is docx file with two backstage tabs that hold icons. How can I …

icons ms-office office-addins
Set custom document properties with Word interop

I want to set some custom document properties of a word document I'm creating in my C# code. To do …

interop ms-word vsto office-2010 office-addins
How to add tabs to PowerPoint 2010 that call macros

I have created a pptm file with macros that open certain pptx templates. I then created a new tab with …

vba powerpoint office-addins
Change text backgroundcolor in Word

the situation: .net 3.5 c# or vb.net(also tested) word 2007 add-in I'm trying to set the Background Color of the …

c# office-interop word-2007 office-addins
Getting token in Office 365 Oauth2 authentication

I am implementing Oauth 2 authentication for Office 365 account in a java based server side application. After reading the documentation, I …

azure office365 outlook-addin office-addins microsoft-graph-api
X-Frame-Option DENY error when AAD sign-in in office add-in

I'm working on build Office add-in with Adal.js for AAD integration. And my add-in requires some permissions. When I …

azure-active-directory adal office-addins office-js adal.js