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

Calculated field won't evaluate correctly

Ok I have a table on a worksheet which has some columns for some calculations PPS | Qty | TtlPrice | Comm | Fee | Ttl | format Column Definitions PPS - straight Numeric(9,5) Qty - straight Numeric(12,0) ttlPrice - PPS * Qty Comm - Standard flat…
GoldBishop
  • 2,820
  • 4
  • 47
  • 82
0
votes
2 answers

Is it possible to use VBA to hide/show a text box on a Custom Layout in a PowerPoint 2010?

Is it possible to use VBA to hide/show a text box on a Custom Layout in a PowerPoint 2010? I would like to hide/show a specific text box that is on the custom layout of each slide at the click of a button and am not sure of the best way to go about…
user1064180
0
votes
1 answer

Restrict access to and Highlight Tab in Microsoft Access

I am working on a form with 3 tabs and what I would like to do is either restrict access of other tabs until user provides information on Tab Page 1 or make the other tabs invisible until User provides correct information on Tab Page 1. I am new to…
Kobojunkie
  • 6,375
  • 31
  • 109
  • 164
0
votes
1 answer

Adding a chunk of WordprocessingML to word document

Is it possible to add a 'chunk' of WordprocessingML to a word document (as opposed to a whole document)? I currently have a docx that I use as my template, this contains a ContentControl. I want to insert a section of WordprocessingML via an…
Fermin
  • 34,961
  • 21
  • 83
  • 129
0
votes
2 answers

Is it possible to write a word add-in or something similar to provide a custom mailmerge datasource?

I've a backend system which I want to use as the datasource for MS Word 2010 mailmerge. I've the idea that I should write a word add-in which provides the datasource and is communicating with my backend over webservices. Is it generally possible to…
Lux
  • 17,835
  • 5
  • 43
  • 73
0
votes
1 answer

Cascading Combobox

Copy from: https://softwareengineering.stackexchange.com/questions/158330/cascading-comboboxes ok so i have a form, in Access 2010, with 1 Textbox and 3 ComboBoxes (1 Enabled & 2 Disabled). the first ComboBox is not tied to the datasource but is…
GoldBishop
  • 2,820
  • 4
  • 47
  • 82
0
votes
1 answer

Hide content control completely in VSTO for Word

I have an office 2010 project where I use content controls to hide/show content (tables, textblocks, images etc. - content control in tables, cc in cells, cc around images, around textblocks, etc.) in a word document. the user can click an…
PernerOl
  • 387
  • 4
  • 12
0
votes
1 answer

Can VBA be used to switch slide masters in MS PowerPoint?

My company is moving from Office 2003 to Office 2010, and at the same time, updating their corporate PowerPoint template. I have been tasked with researching whether it is possible with PowerPoint's existing object model, to write a script to deal…
user1064180
0
votes
1 answer

Unspecified error: On opening OleDbConnection

Getting Unspecified error on windows XP with office 2010. issue is reproducible on some machine not all. Code Dim dbConn As New OleDbConnection("Provider=Microsoft.ACE.OLEDB.12.0;Data Source=C:\test\data.mdb") try { dbConn.Open() …
Sandip
  • 3,501
  • 3
  • 19
  • 23
0
votes
0 answers

Word 2010 integration with Visual Studio 2010

I am using the following code which works fine in Visual Studio 2010 integrated Web Server but when deployed on IIS I get error on the ** line: Word.Application oWord = new Word.Application(); Word.Document oWordDoc; //= new…
Ali
  • 1,648
  • 2
  • 26
  • 48
-1
votes
3 answers

Include windows office 2010 ribbon bar for C# application

I just needed to include windows office 2010 Ribbon bar into my C# application(Not WPF).. So i search it on a internet but i cant find any solution... I need a free solution for creating this ribbon bar... Thank you..
tharindlaksh
  • 733
  • 2
  • 9
  • 17
-1
votes
2 answers

Excel Arrow Key is Creating a Formula?

I am having a problem with Excel 2010 that I have never seen before. When I hit the arrow key to move to the next cell, instead of moving to the next cell, it tries to add the next cell. Example: From Cell A1 if I hit the right arrow key, it does…
-1
votes
1 answer

wrdDoc.SaveAs(SaveToFile); not working in windows 8

I have developed an app for computers a while back, that generates a word document and saves it automatically under a name provided by the software. The application has worked perfectly in windows xp and windows 7. But now it needed to be moved to a…
Marcel
  • 874
  • 1
  • 14
  • 28
-1
votes
1 answer

From Office 2003 to Office 2010

I installed Office 2010 and I would like to know if there is a trick to convert all files (.doc in .docx, etc)
Bertaud
  • 2,888
  • 5
  • 35
  • 48
1 2 3
16
17