View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
[email protected] satlow@draper.com is offline
external usenet poster
 
Posts: 15
Default Excel copy after problem

All,
Thanks for all your quick responses. I just tried all your
suggestions, and can't make any of them work. The code for nsheets
is:

nsheets = ThisWorkbook.Sheets.Count

I also tried Norman's suggestion of using "parent", and lanKR's
suggestion of using "ThisWorkbook.Sheets.Count" explicitly, and in all
cases the sheet is still inserted after "TR_template" instead of at
the end. Any other ideas?