0
votes
0answers
12 views

Difference between Office.Interop and Office.Tools

I've found this link where it's claimed that the relation between Office.Interop and Office.Tools is that the latter is a wrapper to the former. When I switch the version to a later distribution like ...
1
vote
1answer
56 views

Releasing COM objects in .NET from within enumerations and other reference scenarios

I have a WinForms application that uses COM Interop to connect to Microsoft Office applications. I have read a great deal of material regarding how to properly dispose of COM objects and here is ...
0
votes
1answer
91 views

Office (Outlook) Interop Issue on Windows Server 2008 R2

I made a small Console Application that sends a SMS. As you maybe know, you can send SMS with Outlook. Well I finished and everything worked fine, but only on my Desktop PC with Windows 7. On the ...
1
vote
2answers
86 views

TFS Build Agent and Office PIA

I'm currently investigation TFS 2012 automated builds/build agents The situation I have is that I have: A legacy solution that builds Office 2007 Addins A test build controller Two test build ...
0
votes
0answers
748 views

Cannot create new Excel.Application

I have this class in which I want to create a new Excel application to export some data to an Excel workbook, but I can't seem to create the application itself. I already added the ...
0
votes
1answer
98 views

Vsto PowerPoint 2007

I have been ask to develop a Add-in to PowerPoint 2007 using VSTO. I need to disable AutoRover/AutoSave from code only in PowerPoint, is that possible ? I have found it possible in Excel and Word. ...
0
votes
1answer
467 views

Using interop.word ranges

I'm having trouble figuring out how to work with word ranges. I have picture files that I am adding to a word file, but I can't figure out how to add text and tables in between the pictures. The ...
0
votes
0answers
429 views

Excel Interop Assembly Error 80040154 in VB.NET

For the visual folks: And at line 61: Everything I'm finding on the web is one of 3 solutions for the problem: The user is trying to use an interop assembly without Excel installed. I have M$ ...
0
votes
1answer
247 views

Have Office 2010, need to compile VB.Net for 2007

Running VS 2010 under Win7 64-bit, and have Office 2010 installed. The application I'm working on opens and searches Excel spreadsheets and needs to run under Vista 32-bit with Office 2007. I've ...
1
vote
1answer
206 views

Microsoft Outlook Interop (extract attachments) very slow

I'm using Microsoft.Office.Interop.Outlook to extract e-mail attachments: var MAPI = new Application().GetNamespace("MAPI"); var ExampleFolder = ...
0
votes
2answers
242 views

Opening a Word Document that contains Merge Fields and connects to a datasource from C#

I have a function which opens a document in Word at a specified location: static void OpenWordDocument(string fileName) { Type applicationType = Type.GetTypeFromProgID("Word.Application"); object ...
0
votes
1answer
132 views

Opening Word document with Office Interop in J# Error VJS1252

I'm attempting to open and read text from a Word document in J#, using Office interop. The intellisense tip for the first parameter is /** @ref */Object fileName. If I pass it a String with an Object ...
0
votes
1answer
884 views

How to split PowerPoint presentation file into files with one slide in each file

I need to split PowerPoint presentation file (pptx and, if possible, ppt) into a set of original format files (pptx or ppt) – each containing one slide from the original. I need to do this ...
2
votes
1answer
2k views

How can I see if a Word-file is password-protected?

I am maintaing an archiving system that has to convert various kinds of document formats to tif. My problem is with password-protected Word-documents. If the document is password-protected, then Word ...
0
votes
3answers
314 views

Specify region & culture for Microsoft Office interop

I'd like to access Excel through .net interop. I need to use a different region, but don't want to change the region for the whole OS. Is there any way to specify this programmatically? The ...
1
vote
1answer
997 views

disable macro when opening word documents using office interop apis

hi how to disable macros when opening documents using office interop apis. I am currently using office 2007. thanks in advance
1
vote
1answer
345 views

Why are the PIA for Office 12 for .NET runtime version v1.1.4322?

I have a Visual Studio 2010 project targeting .NET Framework 4.0. When I add the Primary Interop Assembly for Microsoft.Office.Interop.Outlook (version 10) from the .NET tab of the Add Reference ...
2
votes
0answers
712 views

Using interop to do a Word mailmerge using C#

I am trying to automate a mailmerge to print mailing labels with C#. I've created a Word template containing the label layout, but when I try to use interop to set the DataSource I am having issues. ...
1
vote
1answer
148 views

Extracting flash object from word doc through openxml using c#

I want to extract a flash object from a word doc using OpenXml.I have done it other way round but it is not working as, if there are many flash objects then the processing time got hampered and ...
0
votes
1answer
176 views

How do I detect in C# whether or not a Word instance has the Save as PDF or XPS add-in?

I am using Visual Studio 2010 with Visual Studio Tools for Office installed. I will be interfacing with Word through its PIA. My target Word version is at least 2003. Muhimbi has informed me that ...
2
votes
1answer
82 views

How do I target a broad version of the Microsoft Office interop assemblies?

My dev machine has 2007 installed and the project references the corresponding version of PIAs but I would like my application to be able to run with 2003 at least when deployed. I tried setting the ...
1
vote
1answer
783 views

Access to excel file in the server without installing excel

I've created a library to pass/get data to/from excel. To execute in my machine i modified the access permisions in COM+ console. The thing is that im interested in upload this component to my ...
0
votes
3answers
588 views

What's the best way to export DataTable to an Excel file?

As far as I know, there're 3 ways to do this: The first way is using COM Interop to create a Excel file, then iterate over all cells to read and write data. The created file appears to be valid ...
0
votes
1answer
721 views

COM interop, Office 2010 x64 and Visual Studio 2010

I just installed Office 2010 x64 on my Windows 7 x64 laptop. It already had Visual Studio 2010 on it. Now I try to add Microsoft.Office.Interop.Excel or something to the project, but it just can't ...
2
votes
1answer
6k views

Excel.Range.Find method

I am using Excel interop object and trying to find a date in a specified range by below method Excel.Range rngFind = WS.get_Range(strFromRange, strToRange).Find(strFind, Type.Missing, ...
2
votes
2answers
618 views

Strange behaviour using Drag and Drop in word 2003 automation in headers

I am developing a template based addin for Word 2003 which allows the user to drag and drop elements from a listbox into the word document. Unfortunately I'm getting a really strange behaviour when ...
2
votes
0answers
887 views

Bullet indents in PowerPoint 2007 compatibility mode via .NET interop issue

I've got a really difficult bug and I can't see the fix. The subject drives me insane for real for a long time. Let's consider the following scenario: 1) There is a PowerPoint 2003 presentation. It ...
2
votes
2answers
3k views

How can I edit or unprotect a single cell in a protected Excel sheet from C#?

I'm trying to manipulate an excel file with C# by using Microsoft.Office.Interop.Excel. The workbook I'm trying to manipulate has shared protection between users. I have the file password and I have ...
0
votes
2answers
164 views

Accessing same-named COM-entities from .NET assemblies

I've got a tiny (I hope) problem again, and I don't know how to obtain access to some presentation properties provided by PowerPoint (however I don't even know how to google it or search it at the ...
0
votes
2answers
857 views

Problem with Office 2003: Unbale to find Microsoft.Office.Interop.Powerpoint dll

I have created a windows application which makes use of Office.dll and powerpoint dll of Microsoft office 2003. At design time, when I am adding referrence of these dlls to my project it refers ...
1
vote
1answer
1k views

Is there a way to programmatically add a digital signature to a VBA Macro in a word document?

Is there a way to programmatically add a digital signature to a VBA Macro in a word document using C# or VB.Net? There are some similar questions asked already; however, none that I could find answer ...
0
votes
3answers
280 views

Display Excel 2007 Document in Browser using COM

I want to display and edit MS Excel File from client side using ActiveX COM object. The user would be allowed to edit the file and save it to local PC. Then It can be uploaded to remote server. So, ...
3
votes
13answers
2k views

So, .NET doesn't have built-in Office functionality?

I always thought it did, though I don't know where I got the idea... I'd always assumed it was easy to treat a spreadsheet as a 2D array for instance, but some searching on SO suggests everyone is ...
0
votes
5answers
807 views

Use Excel for calculations in web app

I've inherited a large Excel spreadsheet that does some financial calculation magic using any number of simulation tables, and have been asked to write a web application as a front end. Now I could ...
4
votes
2answers
2k views

Office interop: developing with 2003 PIAs on a machine with Office 2007

I have Office 2007 on my dev machine. I have a small app I'm building for a customer server with Office 2003 that needs to do some interop. My program will run as a scheduled task in a nightly batch ...
4
votes
8answers
2k views

C# .NET Charts Libraries/Code?

I am creating some reporting software that will generate excel workbooks with charts and all related data. Besides the built in libraries and .NET Office integration features, is there any other tools ...
30
votes
5answers
9k views

Excel interop: _Worksheet or Worksheet?

I'm currently writing about dynamic typing, and I'm giving an example of Excel interop. I've hardly done any Office interop before, and it shows. The MSDN Office Interop tutorial for C# 4 uses the ...
0
votes
1answer
252 views

range : apply formatting to a sub section in the range

I'm writing a piece of code in c# to generate a report in microsft word document. I have a table of wid 2 columns. I select the 2nd column by oMainTable.Cell(currentRowNumber, 2).Range Every time ...
3
votes
3answers
2k views

Excel Interop Conditional Formatting

I've just spotted the following page: Setting Conditional Formatting in Excel 2007 which is very similar to something I'd like to do, but I can't seem to find appropriate functions to do something ...
2
votes
1answer
1k views

How to programatically tell if a word document is corrupt?

I've got a little C# application that interops with word converting a bunch of word .doc files into textfiles and for the most part this works fine. However, if the document is currupt then word ...
2
votes
2answers
969 views

How to keep Excel interop from stealing focus while inserting images

I'm using the Excel COM interop to insert images (specifically EPS) into a spreadsheet. The images are inserted fine, but Excel ignores all the visible/background settings and steals the focus the ...
0
votes
2answers
556 views

Interop with Office 2003 and 2007

I would like to have my application function with both version of Office (as well as Outlook within those). I understand I can't install them full in parallel (Outlook being the fight really). In ...
2
votes
1answer
1k views

Open Word Documents using Interop DLL without opening Word?

I have written an automated test which loops through a large volume of Word Documents and opens them individually in a single Word instance. My question is.. can I perform the OpenDocument() without ...
0
votes
4answers
2k views

Close MS Office C# Console

I'm writing an automated test to determine whether or not rtf files are successfully opened by MS Word. So far I looping through all the rtfs within a given directory and opening them. Later I will ...
2
votes
2answers
266 views

Will upgrading Office from 2003 to 2007 break VB programs which use Excel through the COM interop?

Assume all traces of Office 2003 will be removed from the computer. UPDATE: I understand that I will still be able to use .xls files. I'm asking about automating Excel through the COM interop from ...
0
votes
1answer
3k views

Inspecting a Word mail merge data source programmatically

I want to iterate over all rows of a MS-Word mail merge data source and extract the relevant data into an XML. I'm currently using this code: Imports Microsoft.Office.Interop Do ...
2
votes
0answers
710 views

VS 2005 against Office XP PIA on system with Office 2003/2007?

On my development system, I am running Office 2007, and previously had Office 2003 installed, and thus have the Microsoft Office 11.0 and 12.0 Object Models available. Our production environment is ...
1
vote
2answers
570 views

Registering Office 2007 PIA

I have installed the 2007 PIA and repaired my Office 2007 installation. Still, when I add a reference to the Office 12 Object Library in VS2005, I only see Office.Core and cannot add an 'imports' ...
4
votes
3answers
6k views

Can you install Office 2007 PIA's without office

First of all, my question is not quite the same as http://stackoverflow.com/questions/370407/is-office-2007-pia-deployment-possible-without-office-2007 I am not looking to use the PIA's yet. The IT ...
0
votes
1answer
576 views

Word dialog shown programmatically doesn't respond to mouse clicks

The following piece of code shows an Insert table dialog: Dialog d = WordApp.Dialogs[WdWordDialog.wdDialogTableInsertTable]; int result = d.Show(ref missing); if (result == -1) // if user pressed OK ...

1 2