Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Selection is too large

When I am trying to copy past row 21000, I get the message that the
"Selection is too large". I am try to copy only 1024 cells at a time (31
rows). Why Does Excel prevent me from coping more formulas. I have Excel
2003 and 2 gig ram.
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jay Jay is offline
external usenet poster
 
Posts: 671
Default Selection is too large

Hi Charlie -

I don't think the situation you describe should produce that error.
However, if you exceed Excel or VBA's limitations on the number of
non-contiguous cells that can be copied, the 'Selection is too large' error
occurs. If you have a lot of hidden rows or cells in your selection, you may
be unintentioinally exceeding this limit. Otherwise, I'm not sure why the
error is occurring on your system.

Excel and VBA have a copy limit of 8,192 non-contiguous cells. In addition,
VBA has a copy/paste limit of 8,192 contiguous rows. Here is a link to an MS
KnowledgeBase article on the subject:

http://support.microsoft.com/kb/832293

Here is an excerpt -
"Typically, if you try to manually select more than 8,192 non-contiguous
cells, you receive the following error message:

The selection is too large.

However, when you use a VBA macro to make the same or a similar selection,
no error message is raised and no error code is generated that can be
captured through an error handler."

--
Jay


"Charlie_Brown" wrote:

When I am trying to copy past row 21000, I get the message that the
"Selection is too large". I am try to copy only 1024 cells at a time (31
rows). Why Does Excel prevent me from coping more formulas. I have Excel
2003 and 2 gig ram.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Fill last row down for large selection? msnyc07 Excel Worksheet Functions 1 May 28th 10 03:33 PM
Selection Too Large Martin Excel Discussion (Misc queries) 1 May 20th 06 02:26 PM
Selection too large SP[_3_] Excel Programming 0 February 19th 06 07:26 AM
Selection Too Large Martin Excel Programming 0 October 13th 04 05:00 PM
Selection is too large Brian Excel Programming 1 November 17th 03 09:39 PM


All times are GMT +1. The time now is 05:41 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"