Problems in copying resultset to Excel, Access 2003/20007 -


i've got access 2003 application generates excel reports querying sybase.

one of reports produces 204,000 rows. getting split across multiple sheets in excel 2003.

i'm testing whether excel 2007 can used , if data can dumped single sheet.

the access vba code used copy result sets excel:

worksheet.range("a2").copyfromrecordset rs

it seems work when number of rows around 90,000, not work @ 204,000 rows.

i'm testing on windows 2003 server.

i've converted app access 2007 , still face same issues.

wondering if can ... many thx

--ag

make sure excel 2007 installed on machine running access app , specifying fileformat:=52 in .saveas method.


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -