try it
Sheets("<sheet Name>").Index
If you want a code name
Sheets("<sheet Name>").codename
It is possible that the sheet name is different from the code name. When you create a sheet, the sheet name and code name are the same, but changing the sheet name does not change the code name and changing the code name (using the Properties window in the Visual Basic Editor) does not change the sheet name.