View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Dawn Dawn is offline
external usenet poster
 
Posts: 80
Default Number of Worksheets in a Workbook

Is there a way to write a function that will return the worksheet count to
the user on demand? I know worksheets.count will return the number in VBA -
but how do I make it a function to show the number when needed by the user?