Top "Office-interop" questions

Office Interop is the layer using the COM Interop that allows .NET or C# to communicate with standard COM objects and libraries.

InteropServices.COMException (0x800A1066): Command failed under Teamcity

I have the following code in C# 4.5. It just writes a simple Hello world into a word document using Office 2013. _…

c# teamcity office-interop windows-server-2012 office-2013
Get specific window handle using Office interop

I'm creating a new instance of Word using the Office interop by doing this: var word = Microsoft.Office.Interop.Word.…

.net office-interop window-handles
Office documents to PDF

I have seen a couple threads about this, but am not getting very straight answers in my searching. I have …

c# .net asp.net office-interop pdf-conversion
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 …

asp.net vb.net ms-word office-interop office-2007
How to connect to outlook 2010 while its running in c#?

What I am trying to do is add an "Email To..." button to a winform client that opens a new …

ms-office office-interop email-integration winforms-interop outlook-object-model
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 …

c# office-interop bookmarks
C# Excel Interop Slow when looping through cells

I am trying to extract all text data from an Excel document in C# and am having performance issues. In …

c# excel performance office-interop