Renaming Active Worksheet

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have no coding experience, but I find myself frequently needing to take a cell value from the active workbook and use it as the sheet name. What do I need to do to create a macro that will work every time I need to rename a new sheet. Thanks for any help

tj
 
Sub RenameSheet
Activesheet.Name = Activecell.Value
End Sub

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

tjtjjtjt said:
I have no coding experience, but I find myself frequently needing to take
a cell value from the active workbook and use it as the sheet name. What do
I need to do to create a macro that will work every time I need to rename a
new sheet. Thanks for any help!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

worksheet renames - specific 0
Sheet tab names change automatically 3
renaming the active sheet 1
problems getting this macro to work 23
Input Box to rename a Sheet? 4
sheet1 2
Copy Worksheet 1
Duplicate and rename 1

Back
Top