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:

253 questions
52
votes
28 answers

Detect whether Office is 32bit or 64bit via the registry

Now that Office also comes in a 64bit install, where in the registry do you find out if the version of Office installed is 32bit or 64bit?
James Newton-King
  • 44,416
  • 22
  • 106
  • 128
45
votes
4 answers

What are the differences between VBA 6.0 and VBA 7.0?

I noticed that Office 2010 comes with Visual Basic for Applications 7.0. However I can't seem to find much documentation on what changes were made. Does anyone have a summary of the changes, or any resources describing the differences?
romandas
  • 3,740
  • 6
  • 27
  • 32
21
votes
3 answers

Sending Email through Outlook 2010 via C#

I am trying to send an email from inside my C# console App. I have added the references and using statements but it seems I have not added everything I need. This is the first time I have ever attempted to do this so I figure there is something I…
SteveAnselment
  • 592
  • 2
  • 8
  • 23
19
votes
5 answers

Calling web service using VBA code in Excel 2010

I am trying to write some VBA code in Excel 2010 that would consume a web service. I am unable to find any related resources on the internet. Can someone please tell me how to do this.
Aadith Ramia
  • 9,201
  • 17
  • 60
  • 78
14
votes
3 answers

Does Microsoft Office 2010 make use of WPF or is it plain old MFC?

I have been using WPF for some time now and I am trying to reproduce some of the nifty UI features of their office suite. Although very easy in WPF, I am wondering how it could be done using MFC feature packs (I might have to use it instead, since…
ak3nat0n
  • 4,971
  • 6
  • 34
  • 56
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
  • 674
  • 1
  • 8
  • 25
13
votes
5 answers

c# word interop find and replace everything

I have some code to replace text inside a word 2010 docx. object fileName = Path.Combine(System.Windows.Forms.Application.StartupPath, "document.docx"); Microsoft.Office.Interop.Word.Application wordApp = new…
12
votes
2 answers

Word 2010 addin does not load, vsto 2010

Our development machine is 64 bit hardware running Windows 7 Professional N (64 bit), 64 bit Office Professional 2010 and Visual Studio Professional 2010. We created a Word 2010 (Application Level Add-In) using .NET Framework 4, Ribbons and Windows…
Hamza
  • 191
  • 1
  • 6
12
votes
5 answers

How to jump to line number in VBA editor?

I'm using VBA in Office 2010. On the top, there's a box with the line number and column number, e.g.: Ln 1480, Col 17 Is there a way to jump directly to another line number in code editing (not in execution), the same way that I would use Ctrl+G…
sigil
  • 8,744
  • 31
  • 107
  • 185
12
votes
2 answers

What Component IDs should I search for to detect whether the Office 2010 PIA's are Installed

I'm creating a plug-in for Office 2010 and need to detect on install whether the Office 2010 PIA's are installed. I have done this for 2003 and 2007 but cannot find the Component ID's for 2010 does anyone know what they are? thanks, Ed
Edward
  • 1,033
  • 10
  • 24
12
votes
3 answers

Using Office 2010 web apps with ASP.NET

Would it be possible to use the Office 2010 web apps with an ASP.NET application? For example: - For each user of my ASP.NET application there is a folder with Word documents on my server - The ASP.NET application displays the available documents in…
Martin de Ruiter
  • 385
  • 5
  • 21
11
votes
1 answer

Is there a way to develop custom SmartArt?

Is there a way to develop custom SmartArt for PowerPoint. I'm not looking for a way to develop "fake" smart art, like add a bunch of shapes and then group them and copy/paste between presenations. I'd like to create a number of new SmartArts that…
Meihua
  • 602
  • 1
  • 9
  • 22
11
votes
1 answer

Programmatically rebuild .exd-files when loading VBA

After updating Microsoft Office 2007 to Office 2010 some custom VBA scripts embedded in our software failed to compile with the following error message: Object library invalid or contains references to object definitions that could not be…
aspartame
  • 4,462
  • 7
  • 32
  • 39
9
votes
1 answer

Get a CheckBox in Word using OpenXML

How does one get a handle to a CheckBox control that's embedded in a Word document using OpenXML? You would think that either Paragraph.ControlPropertiesPart or Paragraph.Descendents() would achieve something but in every single case I get a null…
Phil.Wheeler
  • 16,458
  • 9
  • 95
  • 151
8
votes
2 answers

Dependency walker hangs

I have a problem with my.xll addin when it loads on my clients PC. It crashes Excel at startup (possible because of missing dependent dlls). I know it is possible to use dependency walker in profile mode to find out what dlls are loaded when the…
Damian
  • 3,719
  • 3
  • 31
  • 63
1
2 3
16 17