Thread
:
VBA- Counting the number of the sheets
View Single Post
#
2
Posted to microsoft.public.excel.programming
Binzelli[_4_]
external usenet poster
Posts: 1
VBA- Counting the number of the sheets
Timse,
these two should do the job:
Activeworkbook.Sheets.Count
OR
Workbooks("name").Sheets.Count
Good luc
--
Message posted from
http://www.ExcelForum.com
Reply With Quote
Binzelli[_4_]
View Public Profile
Find all posts by Binzelli[_4_]