1
vote
3answers
50 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 …
1
vote
1answer
26 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 mo …
1
vote
3answers
467 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 …
0
votes
2answers
116 views
Excel change chart formula
I'm currently generating Excel-documents using the Office Object Model. I have a problem with editing charts.
In a template file I got a bar-chart which uses the following source: …
0
votes
0answers
42 views
Excel 2007 is locked when used as a datasource for Word Mail Merge
When using Word 2007 mail merge with an Excel 2007 (xlsx) as a datasource, the XLSX file is locked and cannot even be copied using Windows Explorer. It is possible to connect to th …
5
votes
4answers
741 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 enfor …
1
vote
6answers
745 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 (wh …
0
votes
1answer
68 views
range : apply formatting to a sub section in the range.
I'm writing a piece of code in c# to generate a report in microsft word document.
I have a table of wid 2 columns.
I select the 2nd column by
oMainTable.Cell(currentRowNumber, …
1
vote
4answers
358 views
OLE automation - WORD tabels (Delphi)
Hi,
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 …
0
votes
1answer
154 views
Can Visio’s macro warning prompt be surpressed when automating in code?
I'm automating Visio 2003 from a VB.NET app. My code looks like this (with the uninteresting stuff removed):
Dim objApp As New Microsoft.Office.Interop.Visio.InvisibleApp
objApp. …
0
votes
5answers
1k 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 …
0
votes
1answer
196 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 opt …
1
vote
2answers
993 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 t …
0
votes
0answers
49 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 Re …
1
vote
2answers
799 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?
Th …
