 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Les Block Guest
|
Posted: Wed Aug 10, 2005 1:47 pm Post subject: Excel 11.0 and D7 |
|
|
All,
I've got a reported tool that uses Excel, previously I had no trouble doing
this...
procedure TForm1.Button1Click(Sender: TObject);
var
oXL: _Application;
begin
oXL := CoExcelApplication.Create; // errors out on this line...
now, after Installing Office 2003 (Excel 11.0) it errors out and wants to
send errors to Microsoft...
Is there an easy answer to this one?
The errors that pops has this message "Interface not supported."
|
|
| Back to top |
|
 |
Les Block Guest
|
Posted: Thu Aug 11, 2005 2:06 pm Post subject: Re: Excel 11.0 and D7 |
|
|
All, it appears to work fine if I simply run the application, but the error
continually occurs when running from the IDE? Any ideas?
"Les Block" <les.block (AT) autodata (DOT) net> wrote
| Quote: | All,
I've got a reported tool that uses Excel, previously I had no trouble
doing
this...
procedure TForm1.Button1Click(Sender: TObject);
var
oXL: _Application;
begin
oXL := CoExcelApplication.Create; // errors out on this line...
now, after Installing Office 2003 (Excel 11.0) it errors out and wants to
send errors to Microsoft...
Is there an easy answer to this one?
The errors that pops has this message "Interface not supported."
|
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|