Questions tagged [office-2016]

144 questions
2
votes
0 answers

Word, Excel and PowerPoint 2016 (16.0.6366.2036) the images and the callback for the backstage view are no longer working

In the latest build of Word, Excel and PowerPoint 2016 (16.0.6366.2036) (desktop version) the images defined in the CustomUI for the backstage view are no longer shown. In the following config file, the HappyFace or any specified image per se won't…
Weiqun
  • 21
  • 4
2
votes
3 answers

Howto: Outlook 2016 for Mac - Debugging/View Console Logs in Outlook Add-in

We develop an Outlook app (now called add-in) using html5/js originally for OWA but now it is targeted to all Office Supported Platforms. And indeed, it seems to work on all platforms (ios, safari on mac, windows browsers and outlook) except for…
2
votes
2 answers

Office 2016 Fluent User Interface Control Identifiers

Office 2016 has been released, where can I get the list of the control IDs? Searching the microsoft.com site I can only find office 2007-2013 control identifiers.
wassily
  • 31
  • 1
  • 4
2
votes
0 answers

Mac Word 2016 - Change Templates folder location programatically

In Mac Word 2011, User Templates are stored here by default: ~\Library\Application Support\Microsoft\Office\User Templates\My Templates In Mac Word 2016, they appear to be stored here: ~\Library\Group Containers\UBF8T346G9.Office\User…
Ashtar
  • 21
  • 1
  • 4
1
vote
0 answers

How do I allow access to Office applications automation object from standard users in Windows 10?

I have several automation scripts that I wrote to move information in and out of Office applications using VBA. I put all of these together using Office 2003 on a Window 7 computer. My organization finally got around to moving over to using Windows…
Jordan
  • 11
  • 1
1
vote
0 answers

VSTO - How to get the folder selected in the menu?

I make VSTO Excel/Word/Powerpoint AddIn. I want to get selected folder in file menu and set to dialog's InitialFolder. I have to use [Office.FileDialog] because I have to check where to save documents. Can I customize Ribbon.xml to solve this…
1
vote
1 answer

Macro for disabling ESC key in PowerPoint slide show

i am using Office 2016 and i want to do a PowerPoint presentation where you can't exit slide show just with hitting ESC key, so you can interact with slides only by your mouse ( or eventually exit it with a key combination but not by just clicking…
velir
  • 13
  • 2
1
vote
0 answers

How to change the language of a single document in Excel?

My MS Office and Excel language is English. I am working with English documents most of the time, so I want to keep it that way. Temporarily changing the language options is also not an option. When I am working with documents in other languages,…
Corbie
  • 450
  • 4
  • 18
1
vote
1 answer

OpenXML - Get add-in manifests on PPT

I have an application and it have two manifest file. First manifest create a taskpane to office of right side. Second manifest is a content add-in. When i run the application it open an empty ppt file and show panes. (one on right side, one on the…
Péter
  • 254
  • 1
  • 8
1
vote
1 answer

Excel 2016 VBA code crashes after a couple uses

edit Problem is Microsoft KB4484218 uninstall and all appears to be working as normal <_<. First time poster but long time lurker. Long post ahead. We have an Excel quoting tool that uses VBA code to compare the product codes entered against an…
Anakha56
  • 21
  • 3
1
vote
0 answers

When using Office Primary Interop Assembly and calling CustomXMLNode.AppendChildNode(), how can I reference a previously defined XML namespace?

Apparently I am missing something, because I cannot reference a previously defined XML namespace when calling CustomXMLNode.AppendChildNode() in Office 2016 or greater: private void AppendChild(Microsoft.Office.Core.CustomXMLNode node) { …
Dan Sorak
  • 91
  • 5
1
vote
0 answers

Having a trouble with add-in which works both in Excel and Word and has specific API requirements for both apps

Our Excel-based add-in was recently upgraded to work with both Excel and Word. Initially, we created a separate add-in for Word, but our submission was rejected and we were asked to combine both submissions into a single one: This add-in appears to…
1
vote
1 answer

Create Outlook appointment on specific account with command line

I have 2 accounts in my outlook configured, one is for example foo.bar@test.com. When I try to create an appointment via commandline OUTLOOK.EXE /c ipm.appointment, the appointment dialog appears, but its not assigend one of my accounts. I…
jerik
  • 5,322
  • 7
  • 38
  • 75
1
vote
0 answers

Refresh All is not updating refresh-able web query table in Excel 2016

Recently I have updated two of my office PCs with Windows 10 and Office 2016. I work on Excel sheets (on my server). My excel sheet contains many pages in which data is put as refresh-able web query from our company website. In one of my new PCs…
1
vote
0 answers

y Axis in a diagram number formatig error in Excel 2016 compared with 2010

I dont undestand the why the behaviour of number format on y axis for a diagram is different in Excel 2016 compared with Excel 2010. For example if I call the Number format property as mentioned bellow, I'm getting diffrent result on Excel 2016…
SocketM
  • 507
  • 1
  • 14
  • 28
1 2
3
9 10