/ Published in: Visual Basic
URL: http://accessblog.net/2008/10/export-to-excel-there-are-too-many-rows.html
Expand |
Embed | Plain Text
DoCmd.OutputTo acOutputQuery, "MyQuery", acFormatXLS, , True
You need to login to post a comment.
URL: http://accessblog.net/2008/10/export-to-excel-there-are-too-many-rows.html
DoCmd.OutputTo acOutputQuery, "MyQuery", acFormatXLS, , True
You need to login to post a comment.