Please help!

How do I use the name of the first sheet as a variable in macro?

I usually include is this line

Sheets("1st Period").Select

What if the name of the first sheet varies but I will use the same macro?
What should the line look?

I thought of getting the name of the sheet in a cell,, but could not make use of it also,, :P