摘要:use ComObj,Excel97 首先创建 Excel 对象,使用ComObj:var ExcelID: Variant; ExcelID := CreateOleObject( 'Excel.Application' ); 1) 显示当前窗口:ExcelID.Visible := True; 2) 更改 Excel 标题栏:ExcelID.Caption := '应用程序调用 Microso...
阅读全文
posted @ 2006-04-07 14:43
浙公网安备 33010602011771号