View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Paul B[_7_] Paul B[_7_] is offline
external usenet poster
 
Posts: 73
Default Adding a worksheet

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 **

"Rich Cooper" wrote in message
...
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?