Questions tagged [office-2010]

Microsoft Office version 2010 is a suite of programs for office productivity.

Microsoft Office version 2010 is a suite of programs for office productivity.

It comes in a variety of bundles, including but not limited to:

  • Microsoft Office 2010 Home and Student (for academic use)
  • Microsoft Office 2010 Professional
  • Microsoft Office 2010 Standard
  • Microsoft Office 2010 Enterprise

Each one comes with a different suite of programs.

It is expected that questions about Office 2010 relate to a specific programming problem. Use the tag for the programming language you are using to target an Office 2010 program, as well as the tag of the specific Office 2010 program.

Related Tags:

Links:

254 questions
3
votes
1 answer

Macro to save Microsoft Word equations as images?

I'm working on Word 2010, and been using the equation editor for some time now. I want to write a macro that saves the selected content in the document, as image. I want to use it, to extract equations that I write in the document, as picture, and…
rboy
  • 750
  • 9
  • 20
2
votes
1 answer

Word VBA event for detecting text change in the document?

I'm working on a macro for Word which detects key words in the text while these are typed. for example, I want that a Table will be added when the user types \table or something like that.. very similar to lyx context, but yet nothing like it. The…
rboy
  • 750
  • 9
  • 20
2
votes
1 answer

Support MS Office 2010 x64 in Windows Sever 2008 R2 Enterprise

Does is support the Ms Office x64 in Windows Server R2 Enterprise? I need some links.
Kavaliou
  • 63
  • 1
  • 2
  • 8
2
votes
2 answers

Microsoft Word Interop automation FilePrintSetup Error

I am getting "There is a printer error." when tying to send a print job to a printer using automation on Windows 7 with Word 2010. Same code works fine on Windows XP box with Word 2007. I am not sure if Windows 7 or word 2010 is causing the…
Deepfreezed
  • 567
  • 2
  • 10
  • 18
2
votes
1 answer

Document ID is not set in contenttype when saving from Office client

I have a problem that i've struggled with for a long time. This problem manifests itself in the test environment, but not in my dev environment. I have a document library template. In a event handler I attach several content types (which all inherit…
2
votes
1 answer

How to make a macro that can insert html tags for paragraphs in MS Word?

I have no experience in using vba. I am not a programmer. I have been writing articles in word and submitting them to a website where they require paragraphs to be enclosed by html tags. I tried to make a macro that would insert these tags at the…
Omari
  • 23
  • 6
2
votes
1 answer

Office, Save to SharePoint, Locations ... Add Delete from list

In Word under the Save to SharePoint there are Locations and Recent Locations. How can I manually add to the list of Locations. Well ideally I want to do this via code or script so for every user in the company they have the default set of libraries…
SteveCl
  • 4,529
  • 6
  • 29
  • 38
2
votes
1 answer

How to navigate programmatically in an Office 2010 addin?

Does anybody know if it is possible (and in that case how) to navigate programmatically in an Office 2010 addin? The idea is to create a settings button on a ribbon tab, that when clicked, will direct the user to the settings of the add-in that…
Vintharas
  • 190
  • 1
  • 8
2
votes
0 answers

difference between PowerPoint 2003 and 2010 (ParagraphFormat.Alignment)

What we do: We create powerpoints documents for Powerpoint 2010 and Powerpoint 2003. Where the problem is: Lables created with following sourcecode appear different in Powerpoint 2010 and Powerpoint 2003. This error only occurs with lables with…
Markus R.
  • 58
  • 10
2
votes
1 answer

Office 2010 Styled Help

Hi In Office 2010 you get a popup window if you click on ? or press F1 (Sorry for the Danish text) Before I start coding my own popup Window in WPF, I would like to know if there is some standard behind it, like the good old .CHM file. Microsoft…
gulbaek
  • 2,481
  • 13
  • 44
  • 65
2
votes
3 answers

Updating OLE Reference in VB6 app

I have an old vb6 app that I'm in charge of maintaining that saves, opens, and prints Word documents to a users computer. The other day when we switched from office 2003 to office 2010, I started to get complaints that the software would no longer…
Scott
  • 11,046
  • 10
  • 51
  • 83
2
votes
0 answers

Outlook View Control for Office 2010 64-bit

In our application we use the OVC for showing the Outlook Calendar. As our customers uses different versions of Office, we provide different versions for O2003, O2007 and O2010. In O2010, the OVC will not work in 64 bit mode. When trying to run, you…
Rutger
  • 21
  • 1
2
votes
1 answer

Calling a VBA Macro with Parameters from Backstage

In this question I was having problems debugging a Macro with Parameters that I want to use in Office 2010 backstage. The answer to that question explains why I could not debut the Macro, but I am still having problems with calling the Macro. The…
Dan Kelly
  • 2,634
  • 5
  • 41
  • 61
2
votes
2 answers

Alternative to WebDAV (what does docs.live.com use?)

Currently I have a simple WebDAV solution. However when using Microsoft Office it only plays well with IE. I'd like to know what alternative (and possibly in the same breath, what docs.live.com is doing) way to implement a WebDAV like…
Clarence Klopfstein
  • 4,682
  • 10
  • 33
  • 47
2
votes
1 answer

Office 2010 addin - VSTO version confusion

I am struggling with creating a Word 2010 addin and creating a windows installer package to deploy the addin. The target framework for the addin is .NET 3.5. From what I understand when reading the deployment guide from Microsoft, VSTO runtime for…
johgan
  • 81
  • 3
  • 7