hmpaquito wrote:Hi,
Call stack and description error is neccesary.
Thanks for the reply. If I recompile the program using Harbour, it will simply terminates silently. No message whatsoever.
If I compile it using xHarbour, I'll get the following error message
- Code: Select all Expand view
Error description: Error Excel.Application:ACTIVESHEET:CELLS/0 S_OK: SELECT
Args:
Stack Calls
===========
Called from: source\rtl\win32ole.prg => TOLEAUTO:SELECT(0)
Called from: .\xport.PRG => XPORTPAY:END(166)
That line simply has the code
- Code: Select all Expand view
oSheet:Cells( ::nRow, 1 ):Select()