office-2010 Questions

6

Solved

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 ...
Respiratory asked 3/9, 2015 at 17:21

3

Solved

I am trying to duplicate a table row in Word, using VBA, without using the Selection object or the clipboard. That is, I want a new row that has the same content as an existing row. To do this, I ...
Problematic asked 12/9, 2013 at 17:9

3

Solved

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 profil...
Brunhild asked 11/11, 2016 at 14:7

5

Solved

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.Applicatio...
Reproductive asked 8/10, 2013 at 15:41

4

Solved

I want to set some custom document properties of a word document I'm creating in my C# code. To do this, I followed this MSDN article and came up with this code: using Word = Microsoft.Office.Inte...
Conjure asked 2/10, 2012 at 12:38

28

Solved

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?
Lair asked 4/2, 2010 at 23:20

5

Solved

Recently, we have some users which suddenly got this massege: "Outlook blocked access to the following potentially unsafe attachments" (outlook 2010 plus) I had tried all of this: https:/...
Myxomycete asked 28/6, 2017 at 9:30

2

I have .pfx certificate which is self signed. I've signed the ClickOnce manifest of my VSTO (Excel Add-In project type in Visual Studio) project. Recently we have migrated the application from .Net...
Cent asked 18/7, 2016 at 19:16

4

Solved

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.
Chole asked 19/8, 2010 at 12:45

3

Solved

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 atte...
Heathen asked 11/11, 2013 at 16:30

4

Solved

I'm considering replacing a (very) large body of Office-automation code with something that works with the Office XML format directly. I'm just starting out, but already I'm worried that it's too b...
Wortham asked 25/1, 2012 at 15:3

3

Solved

Is it possible to create VSTO project for Office 2010 and above that targets .NET 3.5 in Visual Studio 2015? When I try to create it I don't see any project templates: If I change version of .NE...
Piperonal asked 4/9, 2015 at 9:25

2

Solved

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 doe...
Hourglass asked 25/5, 2010 at 10:22

2

Solved

this is how my sub looks like: Sub InsertRowWithContent(rowNo As Long) This is my .onAction: .OnAction = "'InsertRowWithContent""" & C & """'" C is a Long variable declared earlier. ...
Bustamante asked 2/8, 2014 at 17:42

2

Solved

I have the following code which works fine: Application.PrintOut FileName:="", Copies:=2 This prints my 10 page document twice. I now want to use the pages option to specify only certain...
Connate asked 26/3, 2014 at 12:56

3

Solved

In PowerPoint 2010 or Word 2010, when I choose Insert -> Chart, it creates a new chart with an Excel worksheet for the data. If I add a macro to the Excel worksheet, this seems to be discarded whe...
Concepcion asked 29/5, 2013 at 23:2

2

Solved

I find numerous examples on how to add a new group to an existing ribbon, and this works just fine. What I cannot figure out is how I can add new controls to an existing group on an existing ribbo...
Parous asked 5/10, 2010 at 7:29

2

Solved

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...
Exhale asked 9/2, 2013 at 0:8

2

I'm writing an Excel Addin that should work in both 2007 and 2010. When I create a new project with Visual Studio I need to decide which version I want. I've chosen 2007 before, but since I have 20...
Edy asked 8/2, 2011 at 20:15

4

Solved

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...
Algy asked 18/6, 2010 at 18:54

3

Solved

Are the VSTO add-ins that were developed for Office 2007 compatible with Office 2010? If not, what would need to be done to upgrade them to run in 2010?
Plica asked 29/7, 2009 at 23:43

3

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 AS...
Tarbes asked 21/3, 2010 at 4:2

1

Solved

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 achie...
Fortuneteller asked 1/12, 2011 at 3:55

2

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 Leve...
Townsend asked 6/10, 2010 at 12:57

1

Solved

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 refer...
Disquieting asked 11/6, 2010 at 8:59

© 2022 - 2024 — McMap. All rights reserved.