Board index » delphi » Automating Excel from D3 to D5
Jan de Jonge
![]() Delphi Developer |
Mon, 24 Nov 2003 03:05:37 GMT
Automating Excel from D3 to D5
Greatings to all,
In Delphi 3 I wrote a program to read data from an Excel spreadsheet. I used the Import Type Library menu item to create a file Excel_TLB. In the program I use: ExcelApp := CoApplication.Create; After that I can use ExcelApp.Workbooks.Open(...) to open an existing file. (ExcelApp is of type _Application) When I move this program to Delphi 5, and compile I get no error messages. I still get the same error message when I run the program. What can I do to convert my program to D5 or is the only solution to Many thanks in advance. |