Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
How many sheets can i insert in excel 2003 ???
-- eml |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
It's limited by available memory.
I just added 1000 with no probs Sub Test() Dim x As Integer For x = 1 To 1000 Worksheets.Add Next x End Sub -- HTH Nick Hodge Microsoft MVP - Excel Southampton, England www.nickhodge.co.uk HIS "e_mlm_m" wrote in message ... How many sheets can i insert in excel 2003 ??? -- eml |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks a lot Nick...
Have a nice day... -- eml "Nick Hodge" wrote: It's limited by available memory. I just added 1000 with no probs Sub Test() Dim x As Integer For x = 1 To 1000 Worksheets.Add Next x End Sub -- HTH Nick Hodge Microsoft MVP - Excel Southampton, England www.nickhodge.co.uk HIS "e_mlm_m" wrote in message ... How many sheets can i insert in excel 2003 ??? -- eml |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Links between sheets in error due to insert rows | Excel Discussion (Misc queries) | |||
calculating excel spreadsheet files for pensions and life insurance (including age calculation sheets) | Excel Worksheet Functions | |||
Challenging Charting | Charts and Charting in Excel | |||
insert worksheet gives me 3 duplicate sheets not one | Excel Discussion (Misc queries) | |||
Function to automatically insert a new sheet as a result of data entry? | Excel Worksheet Functions |