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
2
votes
1 answer

Adding pre-defined Office Ribbon button to custom ribbon in Visual Ribbon Designer

I know how to add existing Office Ribbon items or groups to my custom ribbon using XML (using idMso tags) but how do I do this using the Visual Studio Ribbon (Visual Designer) technique? Would really rather not have to build the entire thing using…
Bren Gunning
  • 390
  • 2
  • 4
  • 18
2
votes
1 answer

How to dynamically load, access and unload subforms in microsoft access

I am trying top transition from ASP.NET to programming in access and I am used to thinking in terms of Usercontrols when I think of subforms in Access. What I would like to do is allow user to click a button to load a subform that contains controls…
Kobojunkie
  • 6,375
  • 31
  • 109
  • 164
2
votes
0 answers

OpenXML - extracting text and formatting from a docx (MS Office *2010*)

What is the best tool for extracting text and inline tags (bold, italic, and so on) from a 2010 docx if the objective is to be able to transform the open XML into a less complex one? An idea that comes to mind is to convert the docx to another…
2
votes
1 answer

How to alter a MailItem being displayed in the preview pane or opened

I am attempting to write an AddIn that can modify an Outlook MailItem when it is loaded (either through a preview pane or through it being opened). Here is the code that I have so far, but I can't seem to actually access the MailItem public partial…
myermian
  • 31,823
  • 24
  • 123
  • 215
1
vote
1 answer

Datasource for Mailmerge in Word2010 lost if called from Access-VBA

I have a problem migrating from Office2007 to Office2010 (and WXP -> W7). I'm using an Access program to create a CSV file that is used as a datasource for mailmerging. After creating the CSV my program creates a new word document from a template…
okrumnow
  • 2,346
  • 23
  • 39
1
vote
0 answers

Error when opening Office 2010 documents from Sharepoint 2010?

I am getting an error when i create new Document from Sharepoint 2010, each time it open Microsoft word and after loading it alerts me a message "Could not open 'http://SharePointServer/../[DocumentLibrary]/Forms/template.dotx'" So what could be…
1
vote
0 answers

Visual Studio 2010 and Office 2003 PIA: is that possible?

I'm about to start porting a bunch of .NET apps to Visual Studio 2010 as some .NET 4 features are required in the apps. The resulting apps need to be able to call Office 2003, Office 2007 and Office 2010 interop assemblies. What is a good way to…
1
vote
0 answers

CFillFormat for powerpoint 2010

I'm using C++ to create a Powerpoint 2010 slide (in Windows 7). I have a picture in a .bmp file that I'd like to fill the CShape. So the code does this: _variant_t vPicName= L"MyPicture1"; CShape picShape(slideshapes.Item(vPicName)); CString…
1
vote
1 answer

Can I use Office 2007 and 2010 together?

I have a new laptop with Office 2010 Starter on it. That means it contains only Microsoft Word and Excel, but I need PowerPoint, too. Since I have Office 2007, I thought to install only PowerPoint on that laptop, but I'm not sure if that works. Any…
Tamir Gefen
  • 1,128
  • 2
  • 18
  • 35
1
vote
2 answers

Copy Excel table to Powerpoint returns run-time error '13'

I am really struggling with this, I don't seem to be able to find the reason for my code not working: Dim i1 As Integer Dim PPapp As Object, XLapp As Object Dim slide1 As Slide, slide2 As Slide, slide3 As Slide Dim PPoutput As Presentation Dim…
seba
  • 33
  • 4
  • 11
1
vote
0 answers

Unable to merge XML Document Content from Word 2010 files

I am using the altChunkId element to merge DOCX document files, but am unable to see the content of the control XML element. I think this is because the reference for which XML to take the content of is from the folder it was merged to instead of…
deerdeer
  • 108
  • 7
1
vote
1 answer

VSTO for Office 2010 Globals.Thisaddin is always null

I have a Powerpoint addin, which when I need to reference Globals.ThisAddin.Application (the current instance or active instance of powerpoint calling to the addin) It returns a null reference. I do need `Globals.ThisAddIn.Application' or another…
cdickstein
  • 55
  • 5
1
vote
1 answer

Is there a way to add custom web services to Word 2010 via the Research Pane?

I have been wondering if I can add custom web services with the wsdl or asmx file extension via the Research Pane in Microsoft Word 2010. I have searched just about every site that has those services, but no luck finding instructions. Rather than…
Jon
  • 173
  • 1
  • 4
  • 13
1
vote
0 answers

Why is Creating New Word Application Incredibly Slow VBA

I manage an Access database that generates Word documents. I'm using late binding to create a new instance of MS Word, and it's been working fine for years. We recently upgraded to Office 365, but we also have Office 2010 installed in order to…
nateropes
  • 11
  • 2
1
vote
1 answer

deploy office 2010 addin in visual studio 2008

I developed an Excel addin 2007 in Visual Studio 2008.Now i Need to Deploy the addin to Office 2010.Can i Do it in Visual Studio 2008? Thanks in adv.
Sam
  • 37
  • 1
  • 2
  • 8