Questions tagged [office-2013]

Microsoft Office 2013 (also called Office 2013 and codenamed Office 15) is a group of office productivity software programs for the Microsoft Windows operating system, and the successor to Microsoft Office 2010.

Microsoft Office 2013 (also called Office 2013 and codenamed Office 15) is a group of office productivity software programs for the Microsoft Windows operating system, and the successor to Microsoft Office 2010. Office 2013 will be available as part of Windows RT for ARM processors, and separately for the IA-32 and x86-64 versions of Windows.

Source: Wikipedia (Microsoft Office 2013)

228 questions
3
votes
1 answer

Using VBA to manage multiple styles definitions in the same Word document

TL/DR: I have a game plan on how to do this below; however, I am wondering if my plan is going to prove to be too complicated, and what additional considerations I need to take into account before diving into building this project. Although I am not…
Rick
  • 43,029
  • 15
  • 76
  • 119
3
votes
1 answer

Outlook 2013 - VBA - Ribbon - onLoad not firing

In %appdata%\Microsoft\Office\olkapptitem.officeUI I have:
IMTheNachoMan
  • 5,343
  • 5
  • 40
  • 89
3
votes
2 answers

Microsoft Access 2013 developer tab missing

I have Microsoft Office Professional Plus 2013 where I can enable Developer tab on MS Word and Excel but the tab is missing in the Customize Ribbons option of MS Access as shown in the figure below: . It should be listed in the "Main Tabs" group but…
nam
  • 21,967
  • 37
  • 158
  • 332
3
votes
1 answer

How to use Microsoft Office 2013 javascript API in standalone script

I have Microsoft Office 2013 installed in a Windows 7 machine. After several searches could not find and example or tutorial that shows how to use standalone JavaScript for scripting Microsoft Office 2013, that is without integrating it in a web…
Amani
  • 16,245
  • 29
  • 103
  • 153
3
votes
1 answer

Excel 2013 Pivot table won't change current page until navigated to manually

We have a little piece of VBA code that worked perfectly for ages. It was essentially: Me.PivotTables("APivot").PivotFields("AField").CurrentPage = "Some text" This worked until Excel 2013, where the line would fail with an unspecific…
GSerg
  • 76,472
  • 17
  • 159
  • 346
3
votes
0 answers

VSTO project will not load after upgrading office

We have recently installed Office 2013 on our development PCs. After installing Office 2013, we are no longer able to load our VSTO project (Word Add-in) in Visual Studio. Any ideas why this would be and what we can do to load the project? In the…
Madeleine
  • 2,152
  • 2
  • 24
  • 35
3
votes
2 answers

Broken Excel Interop COM assembly after installing/removing 2013 beta release

I have recently installed Microsoft Office 2013 beta release while having 2007 already installed. When I opened a COM based Excel interop application under Visual Studio 2008, I noticed a few warnings I didn't have before. I tried to start compile…
Pluc
  • 2,909
  • 1
  • 22
  • 36
2
votes
1 answer

UI automation for office 2013

I need to automate pressing File->Info->"Check For Issues" in office 2013. I managed to press the File button with the code: AutomationElement window = AutomationElement.FromHandle(Window.Handle); AutomationElementCollection buttons =…
shenhav
  • 51
  • 4
2
votes
2 answers

Achieve color picker in Office ribbon control

I'm developing my first add in in Sharepoint for office 2013. I cant find a way to add a color picker without opening a dialogue box. I want the color picker in the ribbon, like in the MS-Paint.
Rohit Vipin Mathews
  • 11,629
  • 15
  • 57
  • 112
2
votes
1 answer

Does MS Word have an equivalent of Range.GetSpellingSuggestions for grammar?

In Microsoft Word 2013 VBA, you can call GetSpellingSuggestions on a Range that includes a spelling error to get a collection of (a) what the spelling error is and (b) what the proposed suggestions are. Is there anything equivalent for grammatical…
cxw
  • 16,685
  • 2
  • 45
  • 81
2
votes
3 answers

MSBuild Errors while building VSTO Addin's

I recently migrated my VSTO Add in projects from "VS2008 and office 2007" to "VS2013 and office 2013", Changes took place as below settings. .Net Framework version from 3.5 to 4.5(While upgrading project). I have added VSTO 2013 PIA assemblies to…
Jithendra
  • 351
  • 3
  • 17
2
votes
0 answers

Office 2013 Com Shim Add-in

I have a Com Add-in for Office 07,2010 created in VS 2008 , .net 2.0. implementing IDExensibility2 and IRibbonExtensibility. Com Shim dll - C++ Rest all code -C# I need to upgrade this project to Office 2013, i have read online that it doesn't…
Pawan Kumar
  • 247
  • 6
  • 21
2
votes
1 answer

Excel 2013 generates empty content.MSO log file

Windows 8.1 and Office 2013 If I try to open an invalid spreadsheet XML file in Excel a pop-up notification gives a brief explanation of the problem and a points to a detailed log file in the Content.MSO folder. However, when I open the detailed log…
2
votes
2 answers

Programmatically exit Backstage View

We have a backstage extension that integrates with the TabSave idMso (File-->SaveAs). The issue we're having is that when I click a button from the backstage - I don't know how to close the backstage view. The best solution I've come up with isn't…
SliverNinja - MSFT
  • 31,051
  • 11
  • 110
  • 173
2
votes
2 answers

Is it possible to activate office 2013 trail version with Professional Key

Due to some third-party software, we have to install office in the 32 bit Version, but it must not be in a path with "(" or ")" in it (This is an issue with an oracle client, and we definitely can not change here). So when we tried office 2013 and…
nurgan
  • 309
  • 1
  • 4
  • 22
1 2
3
15 16