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...
http://www.experts-exchange.com/Programming/Misc/Q_20795506.html
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...
http://www.experts-exchange.com/Programming/Editors_IDEs/C_CPP_CS/CPP_Builder/Q_21143241.h...
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.
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_21198568.html
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 ...
http://www.experts-exchange.com/Programming/Languages/C/Q_10754781.html
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...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20747260.html
LocalFileName := 'C:\temp\ExcelDummy.xls';
ExcelApp := TExcelApplication.Create(self);
try
ExcelApp.Connect;
ExcelApp.WorkBooks.Open(LocalFileName,
EmptyPara...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20779529.html
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...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_21085240.html
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...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Delphi.net/Q_22812899....
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)'....
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_24267682.html
I'm using TExcelApplication, TExcelWorkbook,TExcelWorkSheet components to develep report application.
But i dont know how to add macro to ExcelWorkbook?
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20577797.html