Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
comotoman
 
Posts: n/a
Default Workbook "Sheet" Naming


I am creating a workbook that will keep my company up to date on yearly
job reviews. Sheet one has a name, and I would like to type the "Job
Name" on sheet 2, cell a3 and have it appear as sheet 2 name. Can this
be done?


--
comotoman
------------------------------------------------------------------------
comotoman's Profile: http://www.excelforum.com/member.php...o&userid=27292
View this thread: http://www.excelforum.com/showthread...hreadid=472174

  #2   Report Post  
Bernie Deitrick
 
Posts: n/a
Default

Copy the code below, right click on sheet 2's tab, select "View Code" and paste the code in the
window that appears.

HTH,
Bernie
MS Excel MVP

Private Sub Worksheet_Change(ByVal Target As Range)
If Target.Address = "$A$3" Then Target.Parent.Name = Target.Value
End Sub



"comotoman" wrote in message
...

I am creating a workbook that will keep my company up to date on yearly
job reviews. Sheet one has a name, and I would like to type the "Job
Name" on sheet 2, cell a3 and have it appear as sheet 2 name. Can this
be done?


--
comotoman
------------------------------------------------------------------------
comotoman's Profile: http://www.excelforum.com/member.php...o&userid=27292
View this thread: http://www.excelforum.com/showthread...hreadid=472174



  #3   Report Post  
comotoman
 
Posts: n/a
Default


done that, then what? sorry im a novice at this:)


--
comotoman
------------------------------------------------------------------------
comotoman's Profile: http://www.excelforum.com/member.php...o&userid=27292
View this thread: http://www.excelforum.com/showthread...hreadid=472174

  #4   Report Post  
Bernie Deitrick
 
Posts: n/a
Default

Type a name into cell A3..... If you have put the code into the correct place, the name of the sheet
will change to whatever you've typed.

HTH,
Bernie
MS Excel MVP


"comotoman" wrote in message
...

done that, then what? sorry im a novice at this:)


--
comotoman
------------------------------------------------------------------------
comotoman's Profile: http://www.excelforum.com/member.php...o&userid=27292
View this thread: http://www.excelforum.com/showthread...hreadid=472174



  #5   Report Post  
comotoman
 
Posts: n/a
Default


Please HELP!!!!!! thank you


--
comotoman
------------------------------------------------------------------------
comotoman's Profile: http://www.excelforum.com/member.php...o&userid=27292
View this thread: http://www.excelforum.com/showthread...hreadid=472174

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
Does excel recognise names rather than cells? Sue Excel Worksheet Functions 9 May 22nd 05 04:51 AM
how to email one sheet only of a workbook Raven Excel Discussion (Misc queries) 2 May 14th 05 03:39 PM
copy a sheet in same workbook temporary block excel mircea Excel Worksheet Functions 0 January 22nd 05 12:23 PM
Change workbook sheet reference using cell A1 to change a vairable Reed Excel Worksheet Functions 4 January 20th 05 07:15 PM
is it possible to use F9 to manually calculate in a single sheet or single workbook? Hersbt Excel Discussion (Misc queries) 2 December 29th 04 04:42 PM


All times are GMT +1. The time now is 10:11 PM.

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

About Us

"It's about Microsoft Excel"