Insert to the right

T

tjtjjtjt

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

tj
 
B

{*BoB*} OZZIE

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

Jim Cone

?,

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

Jim Cone
San Francisco, CA
 
S

sanjay_suda

you could always insert as normal (to the left) and move the workshee
to the left or right

Have Fu
 
Top