Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

9
votes
1answer
280 views

Creating statecharts in Visio using c#

Can anyone point me to an example of how to programatically create a statechart in visio? I can create blank pages, drop shapes, open template etc, but when I try to add transitions it complains that ...
9
votes
2answers
446 views

Does *every* Excel interop object need to be released using Marshal.ReleaseComObject?

Edit Please see also How to properly clean up Excel interop objects in C#. I recently came across this question, and it provided a lot of insight into the problem of how to properly dispose of COM ...
7
votes
2answers
186 views

Office documents to PDF

I have seen a couple threads about this, but am not getting very straight answers in my searching. I have a web application that needs to take in doc, docx, xls, xlsx files and convert them into PDF. ...
7
votes
5answers
1k views

Microsoft.Office.Interop.Word documentation

I need to use the Microsoft.Office.Interop.Word namespace to extract if a Word document contains macros, and which ones. The MSDN documentation for this namespace doesn't give much information ...
6
votes
2answers
276 views

Pen and marker using PowerPoint 2010 interop

I'm new to PowerPoint interop and I'm trying to draw red pen and yellow text marker (not shapes!!!) lines while in presentation mode. UPDATE: I can draw a line like this: settings = ...
6
votes
3answers
172 views

MS Word Automation in C# - Unable to cast object of type 'System.String[*]' to type 'System.String[]'

I use this code to get a String array of headings used in a MS Word 2007 document (.docx): dynamic arr = Document.GetCrossReferenceItems(WdReferenceType.wdRefTypeHeading); Using the debugger, I see ...
5
votes
2answers
201 views

How to add a “Page x of y” footer to Word2007 doc as I am generating it using C#

I looked here and here and here I tried this: private void AddFooters() { foreach (Word.Section wordSection in this.WordDoc.Sections) { object fieldEmpty = ...
5
votes
3answers
534 views

How can I quickly up-cast object[,] into double[,]?

I using Microsoft.Office.Interop.Excel I get returned a 2D array of type object[,] which contains double for elements. Note that the index lower bound is 1 instead of the default 0, but I can deal ...
5
votes
5answers
2k views

Fastest way to write cells to Excel with Office Interop?

I am writing a function to export data to Excel using the Office Interop in VB .NET. I am currently writing the cells directly using the Excel worksheet's Cells() method: worksheet.Cells(rowIndex, ...
5
votes
1answer
2k views

Installing VSTO 4.0 Causes VSTO 3.0 Addin to quit working

I just installed Visual Studio 2010 yesterday. As part of that I installed VSTO 4.0. Now when I run any Office application, my VSTO 3.0 addins fail to load. The error in the event log is ...
5
votes
3answers
745 views

How to disable security pop ups of MS Outlook in C#?

How to disable security pop ups of MS Outlook using C#? I am getting the security pop up, while trying to initiate outlook task to be created using my c# application. (Using Microsoft Office Outlook ...
5
votes
1answer
1k views

How do I read the value of a checkbox in a word (*.doc) file in VB.net using a Range object?

How do I read the value of a checkbox in a word (*.doc) file in VB.net using a range object? This is what I have so far: Dim app As New Word.Application Dim doc As Document doc = ...
4
votes
1answer
82 views

Word interop - how to close one Word window without closing all of them?

I'm using Microsoft Word Primary Interop Assemblies to slave MS Word. My application opens up its own Word window (using an instance of Microsoft.Office.Interop.Word.Application). After the app does ...
4
votes
1answer
82 views

Add Reference dynamically to my project

I am Developping an Add-In for Microsoft Word. In my Add-In i am using a reference to file "Microsoft.Office.Interop.Word.dll" so i can use word objects. In case the development machine has word 2007 ...
4
votes
3answers
223 views

support different Office versions with Office Automation

We created an application that uses Office 2007 (Excel 2007) to read in data from an Excel worksheet. However. I noticed that when I want to deploy the application on a system with Office 2003 ...
4
votes
1answer
468 views

Programmatically count number of characters/words/paragraphs with a specific style in a DOCX document

I need to programmatically count the characters and/or words and/or paragraphs which have been applied a specific known style in a DOCX document. I need to know 1) if this is possible and to 2) any ...
4
votes
3answers
4k views

How to Freeze Top Row and Apply Filter in Excel Automation with C#

I have automation to create an Excel document from C#. I am trying to freeze the top row of my worksheet and apply filter. This is the same as in Excel 2010 if you select View > Freeze Panes > Freeze ...
4
votes
2answers
1k views

rtf to docx conversion in C# / .NET

I have a need to routinely programmatically convert *.rtf files into *.docx. Manually, this works just fine with Save As inside Word 2007 ... the resulting docx behaves just fine. Programmatically, I ...
4
votes
3answers
1k views

Reading Datetime value From Excel sheet

when am trying to read datetime type value from excel sheet it is returning a double value.for example if want to read value '2007-02-19 14:11:45.730' like this, i am getting a double type value ...
4
votes
2answers
593 views

Open the Word Application from a button on a web page

I'm developing a proof of concept web application: A web page with a button that opens the Word Application installed on the user's PC. I'm stuck with a C# project in Visual Studio 2008 Express ...
4
votes
7answers
10k views

Create Excel files from C# without office [closed]

Possible Duplicate: Create Excel (.XLS and .XLSX) file from C# I am writing a program that generates excel reports, currently using the Microsoft.Interop.Excel reference. My dev computer ...
4
votes
9answers
3k views

WinWord.exe won't quit after calling Word.Documents.Add - Word .NET Interop

I'm running into the classic scenario where, when creating Word COM objects in .NET (via the Microsoft.Office.Interop.Word assembly), the WinWord process won't exit even though I'm properly closing ...
4
votes
1answer
3k views

Trying to do Office Automation with Excel 2007, but keeps using Excel 2003

Environment: Windows XP machine Both Excel 2007 and Excel 2003 installed (in that order, not chronologically). C# 3.5 Problem: When I use the PIAs to do some Office automation, I use the following ...
4
votes
2answers
586 views

How to speed up generation of Word files from C#?

I'm working on an application that generates a relatively large amount of Word output. Currently, we're using Word Interop services to do the document creation, but it's quite slow, especially in ...
4
votes
2answers
3k views

How can I create an Outlook PST file using .Net?

I'm writing an app that will manipulate Outlook data. I want to make a backup of that data first and am hoping I could just loop through the contact/calendar items, etc and write them out to a PST ...
3
votes
4answers
55 views

Determine if Popup is in foreground of Excel

I'm writing a VSTO add-in for Excel and I have noticed that if I lock the sheet and password protect it (so only my add-in can write to it but the user can view it), if the user tries to edit the ...
3
votes
1answer
43 views

How can I compare Word Interop objects for “reference equality” AND determine collection or parent object to which, say, a paragraph belongs?

I would like to be able to: compare Word Interop COM proxies on a "reference equality" basis; and map from a specific object (say a paragraph) to the collection it comes from, OR at least determine ...
3
votes
1answer
61 views

Display new e-mail in Outlook

Windows application invokes business logic Business logic creates new e-mail using Exchange Web Services and returns Entry ID of e-mail to Windows application Windows application attempts to find and ...
3
votes
2answers
84 views

Get text above table MS Word

This one is probably a little stupid, but I really need it. I have document with 5 tables each table has a heading. heading is a regular text with no special styling, nothing. I need to extract data ...
3
votes
1answer
70 views

Excel C# Interop vs. Excel VBA

I am in charge of finding bottlenecks in a Excel Add-in. Some of the workbooks calculate extremely slowly. I have the experience of working with VBA code, and the older versions of our product used ...
3
votes
1answer
365 views

How to re write Office Automation Code

VS 2008 / C# / MS 2007 I have a Saved Import Feature in Access Database which invokes ODBC Connection. Instead of depending on In-built Saved Import feature, i am trying to rewrite the feature in C# ...
3
votes
2answers
221 views

C# Excel Reader turns Timestamps into a decimal number

When I use the Excel Reader it reads in everything fine except for time stamps. It turns, for example, 15:59:35 into .67290509259259268 How do I stop this from happening? object[,] valueArray = ...
3
votes
2answers
729 views

ASP.NET Export to Excel - Lock Cells

I'd like to export a table I have on my webpage to an Excel file and lock some cells in the new file. Here is my current code: Protected Sub btnExportToExcel_Click(ByVal sender As Object, ByVal e As ...
3
votes
1answer
157 views

F#, problems wtih IntelliSense

I'm trying to write some Office automation code and I cannot get IntelliSense help for the PIA Office types. The strange thing is that it works fine in C# and also in the Tutorial.vs2010 F# Solution ...
3
votes
2answers
1k views

Primary Interop Assemblies for Microsoft Office Applications

i'm trying to install Interop Assemblies for Microsoft Office on my web servers, for the use of reading word documents from my site, can i install just the Assemblies ? or the only way is installing ...
3
votes
1answer
534 views

The range cannot be deleted. at Microsoft.Office.Interop.Word.Range.set_Text(String prop)

The recommended c# .net code to replace a bookmark with text appears very straight forward and I have seen the same code all over the net on so many websites (including yours, from a Sept. 2009 post) ...
3
votes
1answer
172 views

Why doesn't Word “come to front” when we activate it?

Our winforms application interacts with MS Word and we run this code when a document is generated and we want to show it in Word in front of our application: [setup w as a Word interop object] ...
3
votes
1answer
481 views

How to colorize Categories for an Outlook AppointmentItem

I'm using the office .NET framework to create appointments in Outlook. The code that creates the appointments looks like this: private void createCalendarEvent(DateTime start, DateTime end, ...
3
votes
3answers
163 views

Looking up the value for MS Office Interop constants rather than hard coding them

Using PowerShell, it is easy enough to create, say, an instance of the Excel Application class and start manipulating it: $app = New-Object -ComObject "Excel.Application" However, if I need to use ...
3
votes
4answers
167 views

VB6 app controlling Word behaves differently during debug than when compiled

I have a vb6 app that uses Word interop to create a few reports. In the introduction of these reports, there are some instructions in 4 textboxes around an image. Recently and suddenly the top two ...
3
votes
1answer
303 views

Problems with Microsoft Excel COM Automation

So I wrote a method in my company's product a year and a half ago that makes use of Excel 2007's COM automation to export data, only now I'm finding that it's no longer working on machines in the ...
3
votes
1answer
268 views

How to retrieve links between PowerPoint slides within a presentation

I`m looking for a way to read a links between slides in single PowerPoint presentation. I need to open a PowerPoint file and retrieve all links slides have to each other. Right now I`m using Aspose ...
3
votes
1answer
2k views

Using Interop.Word, is there a way to do a replace (using Find.Execute) and keep the original text's justification?

I'm attempting to write find/replace code for Word documents using Word Automation through Interop.Word (11.0). My documents all have various fields (that don't show up in Document.Fields) that are ...
3
votes
5answers
3k views

Problems with office automation in asp.net. I can use alternatives such as open-office, if I knew how

I have a ASP.NET 2.0 web application that should upload a ppt file and then extract its slides to images. For that I have imported office.dll and Microsoft.Office.Interop.PowerPoint.dll assemblies and ...
3
votes
2answers
135 views

When developing a Microsoft Office Add-In (for Word), is it possible to store hidden metadata information that is tied to a specific Table or Cell within a Word document?

I am trying to store metadata (basically a unique id) along with each cell of a table in a Word document. Currently, for the add-in I'm developing, I am querying the database, and building a table ...
3
votes
1answer
2k views

Merge Word Documents (Office Interop & .NET), Keeping Formatting

I'm having some difficulty merging multiple word documents together using Microsoft Office Interop Assemblies (Office 2007) and ASP.NET 3.5. I'm able to merge the documents, but some of my formatting ...
3
votes
1answer
678 views

Sending Outlook 2007 Meeting Request with HTML Body

I know that Outlook.ApointmentItem.Body only supports plain and rich text formats. But my requirement is to send the Appointment with a Html body. Currently I am saving the ApointmentItem as an ics ...
3
votes
6answers
499 views

Exporting the values in List to excel

Hi I am having a list container which contains the list of values. I wish to export the list values directly to Excel. Is there any way to do it directly?
3
votes
4answers
1k views

C# Outlook 2007 COM interop application does not exit!

Any ideas why the following code does not exit the Outlook 2007 process created via COM interop? Microsoft.Office.Interop.Outlook.Application app = new Microsoft.Office.Interop.Outlook.Application(); ...
3
votes
2answers
242 views

Primitive MailMerge using just delimited field names

Obviously the correct way for our app to generate a Word document based on a template is to encourage the admin users (who will look after the templates) to embed the correct merge fields or bookmarks ...

1 2 3 4 5 10