[求助]用delphi控制excel问题
通过论坛,我了解到 用 delphi控制 excel 的步骤但当我建立 ole 对象时却出错
我写的是
var
excelapp : variant ;
begin
excelapp :=createoleobject ('excel.application');
end;
提示出错
[Error] Unit1.pas(30): Undeclared identifier: 'creatoleobject'
[Fatal Error] Project1.dpr(5): Could not compile used unit '..\2\Unit1.pas'
我用的delphi7,excel2003。
请教大侠们,我的问题在哪里?应该怎么办啊?
小弟万分感谢!!!!