Thread
:
Count number of sheets
View Single Post
#
2
Posted to microsoft.public.excel.worksheet.functions
Mike H
external usenet poster
Posts: 11,501
Count number of sheets
Try
Sub stantial()
numsheets = Worksheets.Count
end sub
Mike
"tc" wrote:
Hi. I want to create a macro that will count the number of sheets in a
particular workbook. Is this possible?
Reply With Quote
Mike H
View Public Profile
Find all posts by Mike H