Questions tagged [office-2016]

145 questions
2
votes
2 answers

AppleScriptTask throwing an error 5 - invalid procedure call or argument

I'm facing a problem on Mac 2016 Powerpoint. In my VBA module I need to run an applescript. As we cannot use MacScript anymore I followed RonDeBruin's explanation to use AppleScriptTask. My Applescript is working fine on his own but when I try to…
J Moda
  • 31
  • 5
2
votes
1 answer

Development of Office 2016 Add ons

I have already developed Oulook Add on using Visual Studio 2010 with VSTO It works for OFFice 2007, 2010 and 2013 Now Office 2016 has been released. is the same application will work for 2016? Is there any changes in VSTO and PIA Version for Office…
Kumaran T
  • 617
  • 1
  • 9
  • 24
2
votes
1 answer

Outlook 2016 changes units of width on table elements

I have an HTML email laid out with tables:
joanwolk
  • 1,105
  • 1
  • 15
  • 26
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

Difference between File identifier and File name in File information list of MS Access database engine updates

I was going through July 5, 2022, update for Office 2016 (KB5002226) and I found that the file identifier and file name are different in the case of Acacedao.dll under the file information section. Can I please know the difference between these…
1
vote
0 answers

Issue in order of event handler execution between office 2016 and office 365 Version

We found an issue in order of event handler execution between office 2016 and office 365 Version. We have create sample excel application to reproduce the issue. During paste operation order of event handler different from Office 2016 and office…
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 can i export merged cells in table from excel to word 2016 using a macro?

I try to use this method to export a table from excel to word, however i cannot export correctly because the merged cells appears unmerged. But the problem is that the format does not include the merged cells, also i noticed that the customized…
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
  • 273
  • 1
  • 10
1
vote
1 answer

Excel code crashes after a couple of uses, opening a connection to Access

We have an Excel 2016 quoting tool that uses VBA code to compare the product codes entered against an Access database and then update another sheet with the details needed for our CRM system. This is an interim solution until a more permanent one…
Anakha56
  • 21
  • 3
1 2
3
9 10