Adding a worksheet

R

Rich Cooper

I am adding a worksheet to a workbook. But i want it's workbook tab to be
the furthest to the right and i can't seem to get it. I bet it is something
very small that i am missing. I tried "after" but i can't figure out how to
get that to work. Help?
 
P

Paul B

Rich, try this
Sheets.Add After:=Sheets(Sheets.Count)

--
Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit from it
Feedback on answers is always appreciated!
Using Excel 97 & 2000
** remove news from my email address to reply by email **
 
Top