Enter Keywords:
1 - 10 of 13(0.001 seconds)
Sort By:
 
HELP PLEASE I require to programmatically switch between two differently named Excel worksheets in the same workbook. The excel file is opened from an already existing template so adding new wor...
Zones: ProgrammingDate Answered: 11/13/2003 Rating: 6.6 Views: 4
I am trying to read an Excel file, I was provided the following code but I can not make it compile. Can you provide name of book(s) that explain how to use these components. I have placed the compi...
Zones: C++ BuilderDate Answered: 10/23/2004 Rating: 7.5 Views: 186
Hi, I'm looking for some documents/examples/help on using the TExcelApplication component on the servers tab of delphi7.
Zones: Delphi ProgrammingDate Answered: 11/16/2004 Rating: 6.2 Views: 24
I'm trying to get the TExcelApplication and TExcelWorkbook components of Borland C++ Builder 5 working. Problem is there's no documentation on this components, so I have to browse through the huge ...
Zones: CDate Answered: 07/24/2000 Rating: 9.0 Views: 0
hi, our applications create Excel for some sort of reprting. it works fine if user's Pc have Office Installed. but error when no office installed. Do any one know what is going on We  use Delp...
Zones: Delphi ProgrammingDate Answered: 07/20/2004 Rating: 7.4 Views: 0
LocalFileName := 'C:\temp\ExcelDummy.xls'; ExcelApp := TExcelApplication.Create(self); try     ExcelApp.Connect;     ExcelApp.WorkBooks.Open(LocalFileName,                            EmptyPara...
Zones: Delphi ProgrammingDate Answered: 10/31/2003 Rating: 8.6 Views: 0
I am trying to connect to an Excel spreadsheet using a TExcelApplication.  This works fine on my development environment, but when I try to move the exe to another machine I get the error 'Class No...
Zones: Delphi ProgrammingDate Answered: 08/09/2004 Rating: 7.8 Views: 0
Converting a delphi 7 application to .NET and enjoying every minute of it. The application uses a TExcelApplication,TExcelSheet,TExcelWorkBook and TExcelPageHeading components to create spreadsh...
Zones: Delphi .Net, Del...Date Answered: 01/14/2008 Rating: 7.8 Views: 52
I'm struggling to get Excel working - even though I've done it successfully with Word several times. The problem seems to be with EmptyParam. When debugging, it has a value of 'Error(-2147352572)'....
Zones: Delphi ProgrammingDate Answered: 04/04/2009 Rating: 8.0 Views: 0
I'm using TExcelApplication, TExcelWorkbook,TExcelWorkSheet components to develep report application. But i dont know how to add macro to ExcelWorkbook?
Zones: Delphi ProgrammingDate Answered: 04/08/2003 Rating: 8.0 Views: 4