Top "Office-automation" questions

Use this tag for questions related to automating MS Office Products ( Excel, Outlook, PowerPoint, Access, Word, Project, etc ). Automation in this context means the use of an external software to execute a variety of operations on MS Office products.

Programmatically combine slides from multiple presentations into a single presentation

I need to automate the creation of a presentation (either OpenOffice or Powerpoint). The presentation should take the first two …

automation powerpoint office-automation openoffice-impress
Automation Errors: 800706B5, 80004005, 80010108 appear for internal SAP site scrape

I am writing a macro that will scrape my company's internal SAP site for vendor information. For several reasons I …

vba excel automation office-automation browser-automation
IE 9 not accepting SendKeys

I posted on IE 9 not accepting SendKeys to download a file, but this problem is separate enough from the answer …

vba excel automation office-automation browser-automation
Problem positioning window when using SetParent()

I'm trying to set childForm as the child of the main Excel window using the SetParent API through PInvoke: Form …

c# winforms excel office-automation setparent
"Call Rejected By Callee"

We're in the process of moving a slew of our applications from Windows XP to Windows 7 and have run into …

delphi ms-word delphi-xe2 office-automation
Dir Function in Excel 2010 VBA not working

I am trying to loop through a given directory to find the latest downloaded csv file. For some reason my …

vba excel automation office-automation
Error "This command is not available because no document is open" on Server

I use this code to send data to a Word Template and send to client. protected void Button1_Click(object …

c# asp.net office-automation word-automation
How can I avoid Excel show Save dialog when automation app exits

I have a excel automation application written in Delphi, that accesses a given excel workbook and extracts applying some internal …

excel delphi excel-2010 office-automation
Connection String for Excel 2010?

I am using OLEDB to connect to Excel 2010. What is the required connection string for this operation?

excel office-interop office-automation
can not find Microsoft.Office.Interop.Excel, please help me

in my c# program, i try to use wrtie something to excel. i find a method on the internet, using …

c# excel classnotfoundexception office-automation