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

How to change the powerpoint view type as Reading view programmatically?

There is a new view type introduced in powerpoint 2010 called as 'Reading View'. I am trying to apply it to a presentation but the PpViewType Enumeration of office interop does not contain any member that will modify the presentation view as…
satya
  • 2,537
  • 9
  • 33
  • 43
3
votes
1 answer

Can't call Word VBA Macro with parameters

I have a VB6 application that needs to call a Word 2010 VBA routine and supply a string parameter. The VBA routine is in an Addin that is enabled with the open document. According to the MSDN reference…
Bashzilla
  • 51
  • 1
  • 7
3
votes
1 answer

MAPIFolder deprecated so workaround for Outlook programming?

MSDN says this of the MAPIFolder interface (Outlook programming with WPF): This interface is deprecated; do not use this interface. Instead use the interface Folder to access all method, property, and event members of the COM object…
VDMT
  • 168
  • 1
  • 9
3
votes
2 answers

Making vsto add-in installable

I´ve created several VSTO add-ins for Outlook/Word/Excel/PowerPoint. When i build them & then start the accociated program, the add-ins are installed and work wonderful. When I try to install the DLL manually, in "Options > Add-Ins > COM-Add-Ins:Go…
Van Coding
  • 24,244
  • 24
  • 88
  • 132
3
votes
5 answers

AppActivate works in Excel 2007 but not in 2010

I have a excel macro that I run in Excel 2007 and it opens a mainframe application so I can import data from my spreadsheet automatically. This has been working fine, however it doesn't work in Excel 2010. I have tried using the shell command to use…
RShome
  • 489
  • 2
  • 11
  • 35
3
votes
1 answer

Excel Visual Basic variable as HTMLDocument

A user has sent me a macro that is no longer working and the developer has since retired. When I look at the variables, one is declared as follows: Public WebDoc As HTMLDocument When I run the macro, it errors out on the line below: For p = 1 To…
Shaves
  • 884
  • 5
  • 16
  • 46
3
votes
4 answers

Office 2010 server side automation in a Windows HPC Server 2008 R2 Environment

I am aware of of the infamous Considerations for server-side Automation of Office from Microsoft and it clearly lists products from the 2010 suite. However, today I was made to believe by an IT ops techie that Office 2010 does not suffer from the…
Ahmad
  • 22,657
  • 9
  • 52
  • 84
3
votes
1 answer

Word 2010 VSTO development

I'm trying to create a Word 2010/2007 VSTO add-in and have run into a couple of questions: If I use the Backstage View and other 2010 features in the Ribbon, how will Word 2007 handle them? (i.e. do I need to do some kind of conditional checking…
Stan
  • 746
  • 1
  • 17
  • 35
3
votes
3 answers

XML Schema for customizing Office 2010 Ribbon

I've seen plenty of examples around the internet on how to add a button or group etc. to the Ribbon, but no reference to an XML Schema document that will explain exactly what all my options are for writing the XML for my own custom ribbon tabs and…
Trindaz
  • 17,029
  • 21
  • 82
  • 111
3
votes
1 answer

Is SharePoint compatible with Office 2010?

I have a site developed in Microsoft Office SharePoint server 2007 and I have installed Microsoft office 2010 on my machine. When I try to access excel file stored in document library. It gives me an error saying that it requires a Windows…
Sachin
  • 479
  • 3
  • 12
  • 30
3
votes
1 answer

CalculatedField in Excel

Let's assume I have two columns in excel, dates as rows and I want to create a pivot table with some calculated field. Formula for calculated field is Column1 / AVERAGE(Column2), depending on dates selected. I use vba. but when I do…
maialithar
  • 3,065
  • 5
  • 27
  • 44
3
votes
3 answers

In VBA do all variables start out as variant type

To quote my colleague: all variables in VBA are variants but with different vartype: Dim x '--->variant with vartype = vbEmpty x= "hello" '--->vartype changed from vbEmpty to vbString and value assigned x= 1 '--->vartype changed to…
whytheq
  • 34,466
  • 65
  • 172
  • 267
3
votes
1 answer

VBA Office2010 Shapes.PasteSpecial fails

I have a problem while migrating my VBA code from Office2003 to Office2010. I would like to copy the text of a cell (Excel) to Powerpoint. Office2003 generated a new textbox and the style of the text was the same as in Excel. Now my code fails with…
zuluk
  • 1,557
  • 8
  • 29
  • 49
3
votes
2 answers

How to display record data in a table in MS Access Form

I am working in Offiice Access on a form. I notice that there are not a lot of controls available to use but I have a requirement to display data in a table like structure(not listbox or combobox). How can I accomplish this please?
Kobojunkie
  • 6,375
  • 31
  • 109
  • 164
3
votes
0 answers

Properties & methods missing in TLB generated out of a DLL via Visual Studio 2010

I have a C# class library project in Visual Studio 2010 to which I have added a Web Reference to the WSDL pointing it to my web service. I can see that the proxies created in Visual Studio are fine. (see below screenshot) Goal: My final goal is to…
peakit
  • 28,597
  • 27
  • 63
  • 80