Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

how many worksheets it has in MS Excel?

0 views
Skip to first unread message

canadian

unread,
Nov 16, 2008, 4:30:00 AM11/16/08
to
how many worksheets it has in MS Excel?

j...@exceldesignsolutions.com

unread,
Nov 16, 2008, 6:09:36 AM11/16/08
to
Hi there

Do you mean:

1. How many worksheet can you have in a workbook? (A) There is no
fixed limit by number, but you are limited by the memory on your
machine.

2. How many worksheets are in a specific workbook? (A) You could use
a macro to count this, a user defined function perhaps. Something
like:

Function SheetsCount()
SheetsCount = ThisWorkbook.Sheets.Count
End Function

You could apply this in a range in a sheet as follows:
=SheetsCount()

MartinW

unread,
Nov 16, 2008, 7:47:20 AM11/16/08
to
Hi,

If you type "specifications" into the help file wizard
you will find all of Excel's limitations for your version.

HTH
Martin


"canadian" <cana...@discussions.microsoft.com> wrote in message
news:C56222B9-7C18-4FDB...@microsoft.com...

0 new messages