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
1
vote
1 answer

Cannot run Visual Studio 2010 Outlook Add-in on machine with Outlook 2007 installed

Problem summary: How to run Outlook 2010 add-ins with only Office 2007 installed I have 2 machines with Office 2010 and Visual Studio 2010 installed. One PC is Windows 7 64bit; the other machine is WinXP SP3. I developed my first Outlook 2010 Add-in…
John Adams
  • 4,773
  • 25
  • 91
  • 131
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
  • 564
  • 1
  • 19
  • 34
1
vote
1 answer

MFC Feature pack in Office 2010 style

I developed app in mFC using vs2008 and MFC Feature pack 2008. its look and feel is like 2007 office style. Now i want app look and feel like office 2010. Will you explain me how to do it?
Shashi
  • 2,860
  • 2
  • 34
  • 45
1
vote
2 answers

Word 2010 : Automatically populate Backstage tab from Folder

We're about to move from Office 2000 to 2010 and are looking at how best to provide our templates to users. What I want to do is replace the Office.com templates with our own. Looking at the documentation and Technet blogs I see that we can either…
Dan Kelly
  • 2,634
  • 5
  • 41
  • 61
1
vote
1 answer

Where Is the Registry Key for Office 2010 PIA (How to Determine If Office 2010 PIA Is Installed)

Where is the Registry key for Office 2010 PIA? For 2003/2007, I googled, and found: Office 2003 PIA: RegKeyExists(HKLM, 'Software\Classes\Installer\Features\9040941900063D11C8EF10054038389C') Office 2007 PIA: RegKeyExists(HKLM,…
Peter Lee
  • 12,931
  • 11
  • 73
  • 100
1
vote
4 answers

Find install path of office word 2010

I found this article which describe how to find the install path of office: http://support.microsoft.com/kb/234788/en-us But in the article are only the GUIDs up to office 2007, what are the GUIDs for office 2010 or where can I find them?
MBulli
  • 1,659
  • 2
  • 24
  • 36
1
vote
1 answer

Font MTEXTRA.TTF issue after the last Microsoft security update

After the last Microsoft security update, the equation editor library was deleted, including its specific font (MTEXTRA.TTF). This causes a dysfunction in an application I'm working on. My App uses the Aspose Library to convert an Excel file into a…
Anis
  • 15
  • 4
1
vote
3 answers

Menu controls like Office 2010

Hi Is there a way(tool) to my WinApp written in C# using Visual Studio 2010 have menu controls which look like on these We can fund in Office 2010? Thanks in advance
CPM
  • 855
  • 3
  • 12
  • 14
1
vote
0 answers

Problem using JACOB to open an Excel spreadsheet generated using POI in Office 2010

At work we have a very old, but stable, applet that takes two excel spreadsheets (one acts as a template and the other as a data source). The template is created by the user in Excel, but the data source is created using POI in a web application.…
Steve Bosman
  • 2,599
  • 1
  • 25
  • 41
1
vote
4 answers

Word 2010 automation with templates

I have written several applications in Delphi which use Word automation. The programs all use templates which are stored in a directory. In pre-2010 versions of Word, one would define the location of the templates in tools|options|file locations;…
No'am Newman
  • 6,395
  • 5
  • 38
  • 50
1
vote
1 answer

Sharepoint seeking authentication when opening Word / Excel files from website

The company I work for is using SharePoint as a CMS for it's public facing website. I recently enabled FBA (Forms Based Authentication) for the site in order to provide some user specific functionality, but this has caused a side effect with Word /…
Gavin
  • 5,629
  • 7
  • 44
  • 86
1
vote
2 answers

Best way to access Office 2010 APIs

We are currently investigating options for migrating a legacy application built using .NET 1.1 to .NET 4. Office 2003 was used in the application and we need to migrate away to Office 2010. The old application used CDO/MAPI to interact with…
kidoman
  • 2,402
  • 5
  • 26
  • 35
1
vote
1 answer

My user defined VBA function is updating all cells using it with the same thing, I don't want it too

I am trying to make it easier for users to work with an excel sheet instead of having to modify an arduous expression anytime a change is needed. I am dynamically placing the function's result into a cell. I got everything functioning how it should…
1
vote
1 answer

XmlSerializers.dll did not succeed

Name: AIT.OurPluginOffice.Office2010.ExcelAddIn From: file:///C:/Program Files/OurPlugin/OurPlugin Office 2010/AIT.OurPluginOffice.Office2010.ExcelAddIn.vsto ************** Exception Text ************** …
DoStuffZ
  • 785
  • 15
  • 37
1
vote
1 answer

How to get original sender of a forwarded email with Outlook interop?

I'm developing an add in for Outlook 2010 and I need to be able to retrieve the sender's email address for a MailItem or the email address of the original sender if it is a a forwarded email. Is there any easy way to do that second one besides…
Shane
  • 11
  • 2