Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Is there anyway to get Sheet 1's name to pull whatever is in cell C3 and
change the "Sheet 1" title to that cells content? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Run this small macro:
Sub nameit() For Each ws In Worksheets ws.Name = ws.Range("C3").Value Next End Sub -- Gary''s Student - gsnu200789 "BZ" wrote: Is there anyway to get Sheet 1's name to pull whatever is in cell C3 and change the "Sheet 1" title to that cells content? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Pull data from various worksheet | Excel Worksheet Functions | |||
how do i pull info from one worksheet to another? | Excel Discussion (Misc queries) | |||
Pull a value from another worksheet | Excel Worksheet Functions | |||
Pull in address from another worksheet | Excel Worksheet Functions | |||
Can a worksheet pull from a specific cell value in a separate wrks | Excel Worksheet Functions |