Thread
:
Count sheets
View Single Post
#
1
Posted to microsoft.public.excel.misc
Gary''s Student
external usenet poster
Posts: 11,058
Count sheets
Try this udf:
Function sheetcount() As Long
sheetcount = Sheets.Count
End Function
--
Gary''s Student - gsnu200845
"Dale" wrote:
Hi, is there a way I could display how many sheets I have in a workbook
Thanks
Reply With Quote
Gary''s Student
View Public Profile
Find all posts by Gary''s Student