Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

18
votes
4answers
7k views

Excel 2007 automation on top of a Windows Server 2008 x64

I’m well aware of the Microsoft support base article stating that it’s not supported to automate office products UI less. It seems that Windows Server 2008 x64 and Excel 2007 enforce the given ...
4
votes
1answer
497 views

Call was rejected by callee PowerPoint Automation

I have a commandbar model which automates PowerPoint. I recently faced a strange problem that when PowerPoint is opened through my application, and the data is being loaded through my application to ...
3
votes
1answer
99 views

VB6/VBA Do not Allow COM Add-In to load

I have a VB6/VBA application that hooks into Excel and loads a workbook. It has been working great for many years. We have now upgraded to Excel 2010 and have ran into some issues. After ...
3
votes
2answers
116 views

Excel (Office) and C#

At the moment I must maintain an Excel-Application, which consists of many VBA-Modules. For me it has the touch like a legacy system and VBA looks like a language of recent days. Makes it sense to ...
3
votes
4answers
659 views

Getting a Object Reference error in prod only when trying to use the Word DocumentClass

I am writing a program that uses a .dotx template and does a merge of data in an aspx page. The program works perfect on my Dev workstation locally but when I deploy it to a test IIS server, it fails ...
3
votes
3answers
327 views

MS Access 2003/2007 VBA - How can I take a date field from a recordset and string the dd-MMM-yyyy format?

i have some VB that uses DAO to grab some data, one field being a date field (as in date of a transaction). its not date/time, just simply date like dd/mm/yyyy. so on an access form i know how to do ...
3
votes
3answers
652 views

Check for hung Office process when using Office Automation

Is there a way to check to see if an Microsoft Office process (i.e. Word, Excel) has hung when using Office Automation? Additionally, if the process is hung, is there a way to terminate it?
2
votes
5answers
2k views

Killing EXCEL.exe Process from C# in a Windows Service

I have a windows service that opens up an Excel spreadsheet via the Microsoft.Office.Interop.Excel.Application object. Application xlApp = new Application(); Workbook workbook = ...
2
votes
3answers
311 views

Extracting excel worksheet into a string in C#

How can i extract excel worksheet into a string using C#? i already have the sheet and can save as txt file but instead of that I want to extract it into a string directly and do some processing.
2
votes
1answer
130 views

How to Find and Close an open Office document via Office Automation

I have a program that will take the files in a directory and upload them to a server. If the file is a Word File, I would then like to detect if the file is open in word / excel etc. If it is open, ...
2
votes
1answer
304 views

Automation for Generating Reports

We are using Stata to combine and analyze data for all of our agencies in a district each month. I'd like to somehow create reports of the data analysis automatically for these monthly reports. The ...
2
votes
2answers
2k views

OLE automation - WORD tabels (Delphi)

I'm trying to make tables inside tables in WORD. of course in finall program it will be dinamical, which is not in this sample. Here is my sample code. var aTable, bTable, cTable : OLEVariant; ...
2
votes
2answers
2k views

Office Primary Interop Assemblies not working after installing 2007 compatibility pack

I had a C# program that did some Word & Excel automation and it used Office 2003 Primary Interop Assemblies. The way I deployed it was by including the Interops in the bin and I had my program ...
2
votes
2answers
2k views

Outlook/Exchange - how to programmatically export users in distribution list?

How do I export all of the names and email addresses from a distribution list in Outlook using code? I have access to an Outlook 2000 or Outlook 2007 client. Ideally I would like the code to be in C#. ...
1
vote
1answer
34 views

excel add in to save internal data?

I am new to writing excel add-in (in C#) and trying to figure out the right way to save some internal data structures so I can restore the state the next time file is opened. I can convert data in ...
1
vote
2answers
139 views

how to close a running instance of Word document? (C#)

I could see a lot of very similar threads all around, but nothing seem to give me a solution which ought to be very basic. From my winforms application, I need to close a running instance of a word ...
1
vote
1answer
28 views

To seperate code and document in Office automation

I'm currently working on an vba project to help document developers do their work better and faster. The tool is helpful during the developing, but however, it's no longer needed after the document ...
1
vote
1answer
122 views

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 Microsoft.Office.Interop.Excel class. but when i use Microsoft.Office.Interop.Excel,it said that no ...
1
vote
3answers
70 views

Enumerating Window Handles (created from a Service) on a Service to determine their captions

I have a service that needs to run an application (lets call it X) that in tern uses Excel automation. Often application X when automating Excel will have Excel display a dialog. What and why the ...
1
vote
0answers
96 views

Instantiating the Application object of Interop.Word hangs the Webservice

I am using Interop.Word version 12 for doing some operation in a word document. My WebService is built in .Net v4.0. The code starts with instantiating an Application object as shown below : ...
1
vote
1answer
393 views

Can't replace the footer text in a word application through Delphi

I am trying to replace text in a footer, I am using the following code through which i can replace the normal content (body) but not the content in the footer/header myWinWordApp := ...
1
vote
1answer
494 views

c# 4.0 and word 2007 automation

I am creating an application that gets thousands of word documents from an Oracle database and need to transform them into pdf and send them back to database. I already have all the support mechanism ...
1
vote
2answers
394 views

Customize ribbon in MS Word 2010 with automation in C#

I am trying to automate MS Word from my C# app and have a problem changing the ribbon UI. All samples I could find are using IRibbonExtensibility interface which is available from Addins only. Is it ...
1
vote
5answers
1k views

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 childForm = new MyForm(); IntPtr excelHandle = (IntPtr) excelApplication.Hwnd; ...
1
vote
1answer
134 views

Ruby Office Automation - cannot get event handlers to work in MSWord

Ruby version 1.9.1p430 running on W7 with Office 2010. I am trying to catch the DocumentBeforeClose event but I cannot even get close to get it to work! I have followed some examples using Excel ...
1
vote
1answer
357 views

Automatically adding rows to excel file template

I am running .net 4.0 asp.net app on IIS 7. I want to know if there is an easy way of adding rows to an excel 2007/2010 (not too fussed) template file that a user can download from the server. For ...
1
vote
1answer
1k views

Copy Excel Worksheet from one Workbook to another with Powershell

I'd like to copy (or move) a worksheet from one workbook to another workbook with Powershell. I had done this before and cant remember how. I think I used CopyTo() funtion. Just to get started. ...
1
vote
1answer
440 views

Is it possible to generate a PowerPoint roadmap timeline from C#?

I know PowerPoint has an API like Excel and word. Is there anyway to generate a timeline roadmap programatically (I have a list of milestones and dates from a database)? Does anyone have any links ...
1
vote
1answer
175 views

add watermark to powerpoint

I want to add watermark to powerpoint file from c# by using powerpoint object library but I could not find any example/documentation which explains how to do it. Is it possible at all? Any hints or ...
1
vote
3answers
348 views

MS Excel automation without macros in the generated reports. Any thoughts?

I know that the web is full of questions like this one, but I still haven't been able to apply the answers I can find to my situation. I realize there is VBA, but I always disliked having the ...
1
vote
2answers
547 views

How to build form completion/document merge application with Winforms or WPF?

I need to build an application that accepts user input data (such as name, address, amount, etc.) and then merges it with a pre-loaded document template (order form) and then prints this merged ...
1
vote
3answers
3k views

Format Excel Chart Background using C#

I can already populate the data into the spreadsheet, create the chart based on the range I select. However, when it comes to formatting the actual chart I feel a bit lost as their are so many ...
1
vote
2answers
758 views

How do I disable/remove menu item “PowerPoint Options” in PowerPoint 2007?

I'm trying to lock down PowerPoint and I can get rid of some of the commands by using some ribbon-customization xml and group policies. But I need to remove or disable two more options. PowerPoint ...
1
vote
0answers
118 views

OSS implementation for SMB - What are the best products to use?

I am implementing Open Source based solutions for a publishing company in SMB sector. Currently Iam implementing these solutions - Office Productivity Suite-Open Office Human Resource ...
1
vote
2answers
2k views

How do I programmatically open a MS Word document without invoking the Document_Open macro

I am trying to use Office Automation to open a word document. The problem is that I would like to open it without invoking the Document_Open macro. Is there a way to do this? The relevant line ...
1
vote
6answers
2k views

VB.Net Automating MS Word for Spell Check Capabilities

An application currently in development has the requirements for using MS Word to perform spell check on certain textareas within the application. I currently have Office 2007 (which is the Office 12 ...
0
votes
1answer
82 views

How to add a checkbox control to an Excel cell programatically or check or uncheck an existing checkbox

I am using the Excel COM object in C# and want to insert a checkbox dynamically to an Excel sheet and make it checked or unchecked based on a condition. OR how can i mark as checked an existing ...
0
votes
2answers
62 views

Read the calculated values from Excel using AddIn Formulas and Microsoft Object Library

we are trying to retrieve a calculated value from a cell which has add-In formulas in it. The sample add-in "myUtilityl.xla" is working properly in excel. It retrieves value for the addin function ...
0
votes
1answer
48 views

PowerPoint automation c++ change textsize

I am working on adding a chart to a powerpoint 2007 slide in c++ and everything is adding but I cannot find out how to change the font size. If anyone knows how to do this for powerpoint 2007 or know ...
0
votes
0answers
24 views

How to prevent Outlook automation displaying windows maximized?

I have a C# program that uses Outlook automation (Microsoft.Office.Interop.Outlook) to do some fairly simple things like opening a new email composition window or a new calendar appointment window. ...
0
votes
0answers
59 views

Using Word automation in C# (Word 2007) to open a document gets This file could not be found

I am using automation in C# to open documents in Word 2007. The code works fine in numerous situations (e.g. different types of Word documents, .doc, .rtf, .docx, etc.) but when the file name has the ...
0
votes
0answers
56 views

Interop Error WorkBook.Open?

I have this code to open a WorkBook on SharePoint, it works perfectly when im on local server but when i access remotely fails to that sharepoint site EX: (Local = Success) (MachineA to SharePoint ...
0
votes
2answers
134 views

Global Keyboard hook for (Excel) automation addin (not VSTO)

Apologies for the length of this post, but I think the background is necessary to convey what I’m trying to achieve. I’ve been tasked with updating an old Excel UDF addin (it was previously using the ...
0
votes
1answer
36 views

COM addin for MS Office doesn't load in a limited user account

I've created a toolbar for Word. It's a COM addin and is written in C++. It works when Word is started by an Administrator account in XP. But when Word is started from a limited account it's not even ...
0
votes
0answers
80 views

Visio Shape Color Display does not Match Formula

I'm using Viso 2010 as a data visualization tool, and am automating it with F#. However, I'm having a problem related to setting the the shape foreground color cell (it appears to also affect line ...
0
votes
1answer
286 views

Rename the Excel Sheet Name in C#

VS 2008 / C#. On passing the File path of a Spreadsheet, i need to rename the Sheet. How to rename the Sheet1 of the Excel Sheet as "ABC". We exporting an Excel Sheet to the SQL Database. Records ...
0
votes
1answer
336 views

ASP.NET - Create an Outlook template and write to browser

A form of this question has been asked and answered a gizzilion times, with the suggestion on how to prepopulate an outlook email's body and subject using the mailto: form of an anchor tag. I ...
0
votes
2answers
98 views

.net office automation project protected issue

I'm opening up an excel file which is project protected ie. I can't add a vba module to it. But I need to execute a vba module on this file. How can I do that?
0
votes
0answers
255 views

VSTO: Excel file generated from WinForm app via template is sometimes “InVisible”

We have a WinForm application that uses VSTO to generate an Excel file from a Template. Ocassionally (frequently) the file opens (because you can use the cursor keys and the formula and cell changes) ...
0
votes
0answers
324 views

Excel file generated from WinForm app via template is sometimes “InVisible”

We have a WinForm application that uses VSTO to generate an Excel file from a Template. Occasionally (frequently) the file opens (because you can use the cursor keys and the formula and cell changes) ...

1 2