Max. sheets in workbook?

khickey

New Member
Joined
Apr 16, 2002
Messages
16
Does anyone know the maximum number of sheets a workbook can contain? (Excel 2000)

Cheers
 

Excel Facts

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"
this has now real limit bat will crash if to many that you pc cant hadle.

all down to resorce allocation what is counter balanced but OP system v's and version of Excel applications running and the power resources the pc has.

NT Technoligies willperforme best as they can counter the didty memory issues in superior mannmo rto domestic windows..

just to keep it simple ill stop there let me know if you need more
 
Upvote 0
Hi,

This is limited by the amount of available memory. I think the maximum number if sheets in a default workbook is 255.

You can keep adding sheets until your computer quits.

Jay
 
Upvote 0
Thanks guys. I am running Win2000 and have heaps of memory.... I'll just keep adding sheets and see what happens!!!
 
Upvote 0
Win 200 nice if excel 2000 or poss XP, i would go good for hundreds, but REMENMBER back up always so no crying later

if sheets are light more is nasty heavy and book size over 5mb be careful... 10mb NASTY....

just some points... i always keep excel light and good looking after all she fancys me if im good to her, and im ugly!
 
Upvote 0
Hi,

Try this and keep doing it until Excel crashes, if you want a fast way to test your system

Sub New_Sheets()
Dim intNumber As Integer, Counter As Integer
intNumber = _
Application.InputBox("Create how many sheets?", "Number of new sheets", "300")

Application.ScreenUpdating = False
For Counter = 1 To intNumber
Worksheets.Add
Next
Application.ScreenUpdating = True
End Sub
 
Upvote 0

Forum statistics

Threads
1,214,432
Messages
6,119,468
Members
448,900
Latest member
Fairooza

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