Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a large workbook with the tab titles available to copy to save typing
every single one, is it possible to populate the tabs by a form of copy-paste |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You want your sheet tab name to reflect the value of a particular cell
within that sheet? You want to copy a sheet and rename the copy to the value of a cell within that sheet? Please explain in more detail. The lack of sentence structure makes it difficult to get a clear picture. Gord Dibben MS Excel MVP On Sun, 24 Jan 2010 11:18:01 -0800, Jamie wrote: I have a large workbook with the tab titles available to copy to save typing every single one, is it possible to populate the tabs by a form of copy-paste |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
"Jamie" wrote:
I have a large workbook with the tab titles available to copy to save typing every single one, is it possible to populate the tabs by a form of copy-paste Well, copy-and-paste __does__ work. Select a cell, press ctrl+C, select a tab, right-click and select Rename, then press ctrl+V. If you want to copy only part of a cell, select the cell, select part of the text in the Function Bar, and press ctrl+C. If you would like to do this with a macro, use Record a New Macro to see what Rename tab does. The following paradigm might be a starting point; it assumes you select a cell with the new tab name: Sub doit() ActiveSheet.Name = Selection End Sub |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Edit Legend Wording | Charts and Charting in Excel | |||
Excel 07 - Combining Number minus the excess wording | Excel Discussion (Misc queries) | |||
Auto Update validated list wording? | Excel Worksheet Functions | |||
translate number in dollars to wording in excel 2003 | Excel Discussion (Misc queries) | |||
How do i convert number to wording | Excel Discussion (Misc queries) |