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

DocumentBeforeSaveEventHandler event raised when save has been dismissed

Whilst writing an add-in for office, I've had to define an eventhandler for the DocumentBeforeSave event. This handler works fine except for one exception. This exception comes from the following: I open a word document and edit some text. I click…
creulcat
  • 276
  • 1
  • 17
2
votes
1 answer

Validating/ed events not firing in class library windows form

I'm developing a Word 2010 add in using Visual Studio 2010, and C#. I've created a simple form, with two textboxes, and an Ok button. The Ok button's Causes validation property is set to true. Both textboxes CausesValidation property is set to…
Zarek
  • 939
  • 3
  • 13
  • 21
2
votes
1 answer

Compiler error when calling function in other module

In a VBA macro in Excel, I'm attempting to call a function from one module in another module. I am able to successfully call a function in another module... but only if I disregard the return value from the function. When I attempt to call a…
2
votes
1 answer

Visual Studio 2010 RC with Office 2010 and Office 2007 installed

I have Visual Studio 2010 installed on my Windows XP development machine along with Office 2007 Professional and Office 2010 Professional. I am trying to develop several add-ins for Office 2007; however, I prefer to use Office 2010 on a day-to-day…
2
votes
1 answer

Printing an email

I am trying to create a VSTO outlook 2010 addin using vs2013 c#. So far I have a ribbon bar with a button which are appearing on the outlook ribbon. When I click the button, it simply displays a message box. How do I get the button to print the…
oshirowanen
  • 15,297
  • 82
  • 198
  • 350
2
votes
2 answers

Get reference to Forms checkbox in VBA event handler

I have some Forms Checkboxes in Excel 2010. I need to perform some common code when they are clicked. To do this, I'd like to pass a reference to the Checkbox, but so far I'm only able to get it typed as a shape. To preempt the question, yes, they…
MgSam
  • 12,139
  • 19
  • 64
  • 95
2
votes
1 answer

How to deliver an Excel spreadsheet in XML format to IE10 + Office 2010?

I'm trying to deliver an Excel document to the user, which is composed in XML format. The content begins like this:
ingredient_15939
  • 3,022
  • 7
  • 35
  • 55
2
votes
1 answer

opening webdav files in Chrome via the Office Authorization plug-in for NPAPI browsers fails for certain files

Ok, this is a tricky one because it involves so many variables: a webdav server. I used the webdav .net server:http://www.webdavsystem.com/server browsers: chrome 28.0.1500.95 m, firefox 23, IE 9 the office authorization plug-in for NPAPI browsers.…
boggy
  • 3,674
  • 3
  • 33
  • 56
2
votes
1 answer

XY Scatter Plot and Dictionary problems

I have a function to generate XY scatter plots based on any number of dictionaries (with each dictionary representing a line on the graph), each containing a date key and a number value. So far the values seem to work on the Y axis, but the date…
PlausibleSarge
  • 2,163
  • 1
  • 12
  • 12
2
votes
2 answers

How can I identify the document that contains an embedded chart?

I have a COM add-in for Excel that works with the active workbook, and while it mostly works I'm having trouble with one particular scenario. If I have a chart in a Word 2010 document that I created using Insert->Chart, then when I click Chart…
Gary McGill
  • 26,400
  • 25
  • 118
  • 202
2
votes
2 answers

Sending Email with Late Binding Error Through VBA

I'm trying to use a late binding to email from VBA in Access 2010 and Access 2003. 2003 gives me 'Could not complete the operation. Once or more paramet values are not valid.' and 2010 gives me 'Invalid procedure call or argument.' I've done the…
Grant
  • 903
  • 1
  • 16
  • 24
2
votes
1 answer

Microsoft Outlook Object Library in Access VBA

I've already referred to this posting here about late bindings, but I'm not sure if it has answered my question. I'm forced to switch between XP's Office 2003 and Win 7's Office 2010 using Access VBA. If I edit in 2010, then 2003 cannot open the…
Grant
  • 903
  • 1
  • 16
  • 24
2
votes
2 answers

Word 2010: how to create a drop-down menu in qat (quick access toolbox)

SHORT: I would like to add a drop-down menu to the quick access toolbar of any instance of Word 2010 via placing a customized .dotm-file in Word's startup folder. I fail in creating this customized .dotm-file. LONG: I've been writing a little…
peter
  • 2,103
  • 7
  • 25
  • 51
2
votes
2 answers

Can I control the Office message bar programatically (Protected View Window)

In Office, a yellow or red message bar is sometimes shown below the ribbon. It is usually red for security related messages, and yellow for information messages. The screenshot below shows MS Access displaying a typical message bar. I would like…
Olly
  • 5,966
  • 31
  • 60
2
votes
1 answer

Can I Automatically Select Slicer Options?

I am working on an Excel workbook that contains large amounts of entries in one large table, all the entries are sorted by date. I have inserted a slider for easier viewing of the data by month, but now what I want to do is have the slider options…
SpeedCrazy
  • 505
  • 2
  • 7
  • 19