Automatically name a work sheet after data entered into it

merskamp

New Member
Joined
Sep 28, 2005
Messages
47
I have a database where 50 sheets come in each week. Right now they are names Sheets 1-50 but each sheet has a name on it (the names vary from week to week) - can I automatically get the sheet to name itself based on the name which is entered in cell c3?
 

Excel Facts

Copy PDF to Excel
Select data in PDF. Paste to Microsoft Word. Copy from Word and paste to Excel.
Re: Automatically name a work sheet after data entered into

I have a database where 50 sheets come in each week. Right now they are names Sheets 1-50 but each sheet has a name on it (the names vary from week to week) - can I automatically get the sheet to name itself based on the name which is entered in cell c3?
Use:
Code:
Sheets(1).Name = [C3]
Change the (1) to the appropriate worksheet number as required.
 
Upvote 0
This is a good start but i am a bit more beginner than most here - where do i put the code? Thanks.
 
Upvote 0

Forum statistics

Threads
1,215,112
Messages
6,123,162
Members
449,099
Latest member
afishi0nado

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top