Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6
Default Copy worksheet and rename sheet

How can I copy a worksheet and rename at the same time?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default Copy worksheet and rename sheet

Put the new name in a cell, say A1 and run this macro:

Sub Macro1()
ActiveSheet.Copy After:=Sheets(1)
ActiveSheet.Name = Range("A1").Value
End Sub

--
Gary''s Student - gsnu200796


"Ernst - EXE Graphics" wrote:

How can I copy a worksheet and rename at the same time?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 694
Default Copy worksheet and rename sheet

If I got you right! just do a "Save-As"
HTH
John
"Ernst - EXE Graphics" wrote in
message ...
How can I copy a worksheet and rename at the same time?


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,124
Default Copy worksheet and rename sheet

OP said sheet

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"John" wrote in message
...
If I got you right! just do a "Save-As"
HTH
John
"Ernst - EXE Graphics" wrote
in message ...
How can I copy a worksheet and rename at the same time?



  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 694
Default Copy worksheet and rename sheet

Thanks Don, I knew I needed more coffee this morning.
John
"Don Guillett" wrote in message
...
OP said sheet

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"John" wrote in message
...
If I got you right! just do a "Save-As"
HTH
John
"Ernst - EXE Graphics" wrote
in message ...
How can I copy a worksheet and rename at the same time?






Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Macro REQ: Automatically copy a template sheet and rename MCSmarties Excel Worksheet Functions 5 October 11th 07 09:18 PM
macro to: Add new sheet, then rename new sheet with todays date Paul Excel Worksheet Functions 3 September 29th 07 03:17 AM
Move data to new sheet - rename sheet based on criteria ? [email protected] Excel Discussion (Misc queries) 7 May 16th 07 10:22 PM
Copy/Rename a sheet DK Links and Linking in Excel 1 March 20th 06 05:36 AM
copy cell from one sheet of worksheet to another sheet Planetjim Excel Discussion (Misc queries) 1 January 10th 06 09:36 AM


All times are GMT +1. The time now is 12:20 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"