View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
David David is offline
external usenet poster
 
Posts: 1
Default How name a copied worksheet?

I was given this code to copy a worksheet to another:

Activesheet.copy After:=ActiveSheet


How do I give the new worksheet a name rather than it
using the same name with a number in parentheses after it?

- David