Hi
AFAIK you'll need a UDF for this. e.g. try something like the following
Public Function count_sheets() As Integer
Application.Volatile
count_sheets = Sheets.Count
End Function
and enter =count_sheets() in one of your cells
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.