prasadmokashi
Programmer
Hi,
I am running sybase stored procedure using pass-through query and want to send the output to excel worksheet.
DoCmd.OutputTo acOutputQuery, "runSP_VolumeCompare", acFormatXLS, sFileName
Query returns around 30,000 records. I get following error when I try to send that output to excel worksheet.
"There are too many rows to output, based on the limitation specified by the output format or by Access."
I guess, it is the limitation from excel side.
Any idea how to overcome this ?
Thanks,
Prasad
I am running sybase stored procedure using pass-through query and want to send the output to excel worksheet.
DoCmd.OutputTo acOutputQuery, "runSP_VolumeCompare", acFormatXLS, sFileName
Query returns around 30,000 records. I get following error when I try to send that output to excel worksheet.
"There are too many rows to output, based on the limitation specified by the output format or by Access."
I guess, it is the limitation from excel side.
Any idea how to overcome this ?
Thanks,
Prasad