limited excel lines available to export access report

bwlytkr

Board Regular
Joined
Jun 8, 2012
Messages
175
Office Version
  1. 365
Platform
  1. Windows
  2. MacOS
Whenever I have an excel report more than 65k lines I get an error message saying I need to split the report up. for example, my query has 185k lines but when I report the file I get this message. Is there a way to correct this to allow more records to export. I hope it is some option in properties I can change to corect.

You selected more records than can be copied onto the clipboard at one time. The maximum # of records you can paste is approximately 65K
 

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.
If you are choosing to export to the old "xls" Excel file format, you are limited to the 65,536 lines.
But I believe if you choose to export to the newer "xlsx" Excel file format, you should have 1,048,576 lines at your disposal.
 
Upvote 0
If you are choosing to export to the old "xls" Excel file format, you are limited to the 65,536 lines.
But I believe if you choose to export to the newer "xlsx" Excel file format, you should have 1,048,576 lines at your disposal.
I had heard of that before but, all the files I am exporting to and from are xlsx files. so I'm just not sure what the issue is.
 
Upvote 0
Can you show/explain exactly you are exporting the file?
Are you doing it via Macro or VBA (if so, please post the code)?
Or, if you are doing it manually, can you walk us through the exact steps?
 
Upvote 0
Use Power Query to pull in the data, save it to the Data Model (Power Pivot), and then use it to create a Pivot Table / Pivot Chart. There is no (practical) limit to the number of rows of data Power Query / Power Pivot can handle, and in fact I have a sample that pulls in over 10 million rows of data from CSV files with no problem.
 
Upvote 0

Forum statistics

Threads
1,214,883
Messages
6,122,077
Members
449,064
Latest member
MattDRT

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top