Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35
Default Extending the number of lines in a worksheet

Sometime ago I had a macro that would automatically add lines in a worksheet
if the file being imported was larger than the worksheet. I have since lost
that macro.

Does anyone know what it is?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Extending the number of lines in a worksheet

Deborah

You cannot add more rows than Excel allows, which is 65536 unless you're running
2007 which allows just over 1 million.

There is a macro that splits the imported data over more than one sheet if too
much for one sheet. Perhaps that is the one you thinking of?

http://support.microsoft.com/default...;en-us;Q120596


Gord Dibben MS Excel MVP

On Fri, 19 Jan 2007 12:30:11 -0800, Deborah
wrote:

Sometime ago I had a macro that would automatically add lines in a worksheet
if the file being imported was larger than the worksheet. I have since lost
that macro.

Does anyone know what it is?


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 7,247
Default Extending the number of lines in a worksheet

You cannot exceed Excel's 64K row limit. That is hard limit that cannot be
changed, macro or no macro. If you are importing large files, you'll have to
split them across multiple worksheets. See
http://www.cpearson.com/excel/ImportBigFiles.htm for complete VBA code to
automate this.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
(email address is on the web site)


"Deborah" wrote in message
...
Sometime ago I had a macro that would automatically add lines in a
worksheet
if the file being imported was larger than the worksheet. I have since
lost
that macro.

Does anyone know what it is?



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
Extending the number of lines in a worksheet John Bundy Excel Discussion (Misc queries) 0 January 19th 07 08:15 PM
How can i paste a 16 digit number in a excel worksheet? Rajeshkumar Excel Discussion (Misc queries) 2 January 21st 06 11:19 AM
Inserting Filtered RC cell information into other worksheets Dennis Excel Discussion (Misc queries) 10 July 30th 05 01:54 AM
I need to use a number in one worksheet to match text in another gillesda Excel Worksheet Functions 1 July 21st 05 11:45 PM
Weekly Transaction Processing Ralph Howarth Excel Worksheet Functions 4 January 19th 05 05:37 AM


All times are GMT +1. The time now is 05:50 AM.

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"