View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Chip Pearson Chip Pearson is offline
external usenet poster
 
Posts: 7,247
Default Active worksheet's index number

Michael,

ActiveSheet.Index will return the sheet Index number.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
www.cpearson.com

"Michael" wrote in message
...
Hi! I was wondering how I could automatically get an
active worksheet's index number? I would like to use that
number as the starting value for my Do Loop and increment
from there.

Thanks so much!!!!
Michael