Exporting to Excel

DJPants

New Member
Joined
Mar 21, 2005
Messages
20
Hello,

I'm using Excel 2003 and when exporting data from Access to Excel I cant export more than around 10,000 lines - any idea why or solutions?

Thanks in advance.
 

Excel Facts

How to calculate loan payments in Excel?
Use the PMT function: =PMT(5%/12,60,-25000) is for a $25,000 loan, 5% annual interest, 60 month loan.
How exactly are you exporting the data? Through a Macro or VBA code or copy & paste? If Macro or VBA code, please list the syntax you are using.
 
Upvote 0
Thanks for the reply Joe, I only export the data via copy and paste or through the office links icon within Access.

Cheers,
 
Upvote 0
I believe that is a limitation of Copy & Paste.

Try using a macro, specifically the TransferSpreadsheet action. It is pretty easy. Just fill out the arguments it asks for. There is a description of each one and F1 provides even further explanation.
 
Upvote 0
If you have memo fields in the data you are pasting to Excel, they will be truncated to just 255 characters. You'll not know it happened unless you look for it. The only way to avoid it is to use the Export feature of Access. If you don't have any memo fields, there's no problem with pasting.
 
Upvote 0

Forum statistics

Threads
1,214,641
Messages
6,120,684
Members
448,977
Latest member
dbonilla0331

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