Get sheet by index?

R

Robert Crandal

If I have many sheets in my workbook, how can I get
the index number of the active sheet?? Is there
a property or method for "ActiveSheet" which gives
back this value??
 
D

Dave Peterson

msgbox activesheet.index



Robert said:
If I have many sheets in my workbook, how can I get
the index number of the active sheet?? Is there
a property or method for "ActiveSheet" which gives
back this value??
 
Top