Hello,
I want to create an Exel in Delphi. Using following code:
uses
ComObj;
var
ExcelApp: OLEVariant;
begin
ExcelApp := CreateOleObject('Excel.Application');
I get an "invalid class string". I have no Excel installed. Could it be
that the object is only accessable after installing Excel ? If this is
the case, I have somewhere an Office97 around. Will it work with this
older one ? Or is it possible (for me preferable) to download / install
only the nececary files to create the object without installing Excel ?
---
Rgds, Wilfried
mailto:[EMAIL PROTECTED]
http://www.mestdagh.biz
__________________________________________________
Delphi-Talk mailing list -> [email protected]
http://www.elists.org/mailman/listinfo/delphi-talk