Insert to the right

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

is it possible to insert a worksheet to the right of the currently selected sheet?

tj
 
Would it really be an "insert" then? I'm sure the MVP's
can come up with some code..
 
?,

Sub PutItThere()
Worksheets.Add after:=ActiveSheet, Count:=1
End Sub

Jim Cone
San Francisco, CA
 
you could always insert as normal (to the left) and move the workshee
to the left or right

Have Fu
 

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