Hi,
I have the following problem:
I use Delphi 7 and I simply want to start an Excel Workbook by clicking on a button. Everything I´ve tried so far hasn´t worked. I tried "ExecuteFile('E:\data\gcall.xls',,, SW_SHOW);" and "ShellExecute(nil,PChar('Open'),'E:\data\gcall.xls',nil,'',sw_show);".
Can anyone help ?
I have the following problem:
I use Delphi 7 and I simply want to start an Excel Workbook by clicking on a button. Everything I´ve tried so far hasn´t worked. I tried "ExecuteFile('E:\data\gcall.xls',,, SW_SHOW);" and "ShellExecute(nil,PChar('Open'),'E:\data\gcall.xls',nil,'',sw_show);".
Can anyone help ?