#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 191
Default Worksheets

How many worksheets can be created in a workbook? And does it slow things
down if there are too many?
Thanks
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,624
Default Worksheets

You can have as many as your computer resources (primarily memory)
allow. If you have a relatively recent computer, that's a lot -
thousands at least.

Usually it's not the number of worksheets that slows things down as much
as the total number of formulae (especially references and lookups). The
size of the workbook is often a good proxy for that - once your workbook
starts getting north of 20MB or so, you'll probably see a slowdown.


In article ,
ranswrt wrote:

How many worksheets can be created in a workbook? And does it slow things
down if there are too many?

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,939
Default Worksheets

The number of allowable sheet is limited only by available memory.
Practically however the limit is reached a lot earlier than that. Even if all
of the sheets are the same it is too difficult and too risky a venture to try
to maintain more than a hand full of sheets.

Generally speaking your spreadsheets will be more efficient and maintainable
if you keep all of your source data in one group of sheets. Do all of your
big ugly calculations to the source data in another group of sheets and then
have a few sheets for a user interface and reporting. By changing some
parameters in the user interface and report sheets you can display an endless
variety of information to the user.

In general my biggest projects at this point will have at most about 25
sheets.
--
HTH...

Jim Thomlinson


"ranswrt" wrote:

How many worksheets can be created in a workbook? And does it slow things
down if there are too many?
Thanks

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 191
Default Worksheets

Thanks

"JE McGimpsey" wrote:

You can have as many as your computer resources (primarily memory)
allow. If you have a relatively recent computer, that's a lot -
thousands at least.

Usually it's not the number of worksheets that slows things down as much
as the total number of formulae (especially references and lookups). The
size of the workbook is often a good proxy for that - once your workbook
starts getting north of 20MB or so, you'll probably see a slowdown.


In article ,
ranswrt wrote:

How many worksheets can be created in a workbook? And does it slow things
down if there are too many?


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
Creating new worksheets and appending data from multiple worksheets. Dow Excel Programming 5 March 11th 08 07:04 PM
Compare Rows on different Worksheets and Output Difference's to other Worksheets. [email protected] Excel Programming 3 September 19th 07 04:48 PM
How use info in Excel shared worksheets to create new worksheets dkc Excel Worksheet Functions 0 June 28th 07 08:36 PM
VBA / Macro for creating new worksheets and new columns from existing worksheets webby2006 Excel Programming 3 July 25th 06 03:38 PM
Need code to protect worksheets - amount of worksheets varies Sandy[_3_] Excel Programming 1 September 9th 03 02:17 AM


All times are GMT +1. The time now is 01:23 PM.

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

About Us

"It's about Microsoft Excel"