View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Matt[_17_] Matt[_17_] is offline
external usenet poster
 
Posts: 2
Default Renaming Problems

I am trying to get a macro to copy a worksheet and
rename it sheet sequentially. The way the macro needs
to be set up is so that, every time it copies the first
sheet and renames after the last sheet

The current name format is "Sheet1(2)"

Matt