4
votes
3answers
2k views
What does the Excel VBA range.Rows property really do?
OK, I am finishing up an add-on project for a legacy Excel-VBA application, and I have once again run up against the conundrum of the mysterious range.Rows(?) and worksheet.Rows pr …
2
votes
4answers
146 views
From C#, open an arbitrary application
Related question [stackoverflow] here.
I'm trying to do the above, but I want to take the process one step further. I want to open an arbitrary file using the default editor for t …
1
vote
4answers
368 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 …
1
vote
2answers
295 views
Using Automation to get_Text from Excel. If cell too narrow, get #####. How can I avoid that?
I'm using Automation to get_Text from an Excel worksheet. I do this because I need the formatted value (getting the value of the cell doesn't apply any formatting). If the colum …
0
votes
2answers
157 views
OLE Automation basics with Perl
I'm new with this Perl Win32::OLE automation. I have been reading and trying out some examples. I have a few questions (excuse me if i'm using incorrect terminologies - do correct …
0
votes
3answers
1k views
Building MFC Automation example (to access Excel using OLE automation). Can’t compile
I'm trying to build the example described at http://support.microsoft.com/kb/178749/EN-US/ in order to build an application that programatically accesses Excel using Automation. …
0
votes
2answers
242 views
How to write a class library for OLE Automation?
I have Excel add-in which I add so many class modules that it is now very bulky. I want to convert it into a type library or a COM package so that I can re-use it for the other app …
