Top "Ms-office" questions

Microsoft Office is a proprietary collection of desktop applications intended to be used by knowledge workers for Windows and Macintosh computers.

Exception from HRESULT: 0x800401E3 (MK_E_UNAVAILABLE) Workarounds

From the following call Marshal.GetActiveObject("Excel.Application") I get a Operation unavailable (Exception from HRESULT: 0x800401E3 (MK_E_…

c# ms-office
Not a valid Office Add In

I developed a new Office 2007 addin using VS 2008 and VSTO. after this I go to Office->Excel Options->…

ms-office vsto add-in excel-2007
SaveAs vs SaveAs2 in the Microsoft Office Word object model

It looks like SaveAs has gone away in Office 2010 in favor of SaveAs2. What is going on here? Are there …

api com ms-word activex ms-office
How to print of multiple slides on an A4 page without page margins?

When you print MS Powerpoint slides on an A4 paper,it is printed in such a way a large white …

ms-office powerpoint
Getting System.Runtime.InteropServices.COMException Error in Server Side Generated Excel

We have a web application that generates excel spreadsheets and run macros on the server side. It then sends them …

c# .net com ms-office office-automation
DCOM Failure of Office Automation

I developed a C# program that pulls data from a SQL Server database and then generates Word documents which include …

c# windows ms-office dcom
uninstall VSTO plugin

When I doubleclick to install a VSTO plugin for Excel 2010 I get a message "unable to install this application because …

plugins vsto installation ms-office uninstallation
Convert DOC file to DOCX with Java

I need to use DOCX files (actually the XML contained in them) in a Java software I'm currently developing, but …

java ms-office docx doc
Get a list of all Access ACE.OLEDB drivers installed on the system

Using the following code I can enumerate the OLEDB providers registered on my system static void DisplayData() { var reader = OleDbEnumerator.…

c# ms-office oledb
Programmatically configuring MS-Word's Trust Center settings using C#

I have developed a simple C# Winforms application that loads MS-Word 2007 documents via COM automation. This is all very simple …

c# automation ms-word ms-office office-2007