sheet1 tab staying still

  • Thread starter Thread starter duckie
  • Start date Start date
D

duckie

Can you have sheet 1 tab stay in left corner if you have 20 worksheets
 
I'm not sure why you are asking this question, but if you do something that
moves if from that position, you can always click/drag it back into
position.

If you meant via code, this will move Sheet1 into the first position on the
left...

Worksheets("Sheet1").Move before:=Worksheets(1)

Rick
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top