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
198
votes
7 answers

How to correctly display .csv files within Excel 2013?

It seems Excel 2013 doesn't read CSV files correctly (Excel 2010 does). Every time I open .csv files, all my data are displayed in the first column. I know I can go to DATA, Convert, and then choose commas, but this set up is not saved, and I am fed…
David
  • 4,785
  • 7
  • 39
  • 63
68
votes
10 answers

UML diagram shapes missing on Visio 2013

I have installed Visio 2013 Standard and I'm trying to create an UML diagram. I choose the "UML class" template but when it opens, the Shapes panel is empty. As recomended, I go to "More Shapes" menu, but cannot find anything related to UML. Have…
user1588385
  • 691
  • 1
  • 5
  • 3
52
votes
5 answers

Can I still use Microsoft.Office.Interop assemblies with office 2013?

I had to import an older project (in .Net 2) into Visual Studio 2013, it makes use of the Microsoft Primary Interop Assemblies. Visual Studio said that I need to add references to the project. Now I went and did some reading and apparently Microsoft…
Zapnologica
  • 22,170
  • 44
  • 158
  • 253
24
votes
4 answers

Excel 2013 64-bit VBA: Clipboard API doesn't work

I used to be able to use Windows API calls in Excel VBA to set text on the clipboard. But ever since upgrading to 64-bit Office 2013, I cannot. Below is some code that does not error, but it is also not setting any text on the clipboard. Can…
Baodad
  • 2,405
  • 2
  • 38
  • 39
16
votes
3 answers

How to script Excel 2013's Spreadsheet Compare?

I'm trying to incorporate the fancy new Spreadsheet Compare function from Excel 2013's Inquire Add-in, into a VBA script. The plan is to have a macro to automate comparison between two spreadsheets with predefined names, and to export all the…
410 gone
  • 782
  • 14
  • 25
14
votes
2 answers

If I write an add-in for office 2007 will it work for 2010, 2013?

I am currently in the process of re-writing some VBA macros that were written for office 2003. I was wondering if I wrote a C# add-in for 2007, if it would work for 2010 or maybe even 2013. Or if I wrote them for 2010 if they would work for 2007 and…
Natzely
  • 706
  • 2
  • 8
  • 27
14
votes
2 answers

Create Office 2013 apps in Visual Studio

I am trying to create an office 2013 app in visual studio 2013, however I the only options I can choose for my project in tab "Office" are : Office 2010 workbook / template / add-in . I've heard that for some people it works even if the office…
koleS
  • 1,263
  • 6
  • 30
  • 46
12
votes
6 answers

Microsoft.ACE.OLEDB.12.0 Provider can no longer open .mdb under Windows 8

I have an x64 application which uses Microsoft.ACE.OLEDB.12.0 provider to read an MS Access Database on Windows 7 (x64) and it works fine (Office 2010 installed). The same application running under Windows 8 with Office 2013 installed, fails with a…
Craig D
  • 487
  • 1
  • 5
  • 17
10
votes
8 answers

How to export a CSV to Excel using Powershell

I'm trying to export a complete CSV to Excel by using Powershell. I stuck at a point where static column names are used. But this doesn't work if my CSV has generic unknown header names. Steps to reproduce Open your PowerShell ISE and copy & paste…
nixda
  • 2,654
  • 12
  • 49
  • 82
9
votes
5 answers

Run Word 2013 from command line

Some of our clients have a problem we can not reproduce here inhouse: Out software uses MS-Word for producing form letter. Since some of our clients use Office 2013, this function won't work anymore. We tried to reproduce this and detect that on the…
Michael
  • 858
  • 1
  • 5
  • 11
9
votes
7 answers

Connect to SQL Azure containing backend for MS Access Web App

I created a simple web app using MS Access 2013. It simply had one table with sample data in it. The I launched it to my share point. Before we go ahead, I would like to tell you that I am using Office 365 enterprise version where we need to admin…
Vikas
  • 795
  • 1
  • 4
  • 20
9
votes
1 answer

How do I make my apps look like Office 2013 and VS 2012?

I want to make my apps look like Office 2013 and VS 2012. The new white, streamlined look. Also with the solid color toolbar icons. Is there a way to make my apps look that them with VB 2010?
Sega dude
  • 1,103
  • 3
  • 12
  • 29
7
votes
2 answers

How do I make an Office 2013/2016 application run in separate process on Microsoft Windows?

I am developing a Excel plugin. It works all right for Excel versions before 2013. But a lot of features is broken when it runs against Excel 2013. I found the root cause is all windows are running in only one process in Excel 2013. Even if user…
Ling
  • 71
  • 1
  • 1
  • 2
7
votes
2 answers

Visio 2013: How to reduce width of built-in UML class shape?

I drew a class diagram of the type 'UML static structure' with Visio 2013. Now I would like to reduce the width of the class shapes in the diagram. I removed the size protection in the developer tools section and also tried to set the width in the…
riko333
  • 71
  • 1
  • 3
6
votes
1 answer

Deploying VSTO Add-In to All Users

I add a Word 2013 Add-In project for add ribbon to word. I Release it. it added ribbon to word for current user, but i want add it to all user. I set registry in windows. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\12.0\Common\General\ Set…
ar.gorgin
  • 4,765
  • 12
  • 61
  • 100
1
2 3
15 16