Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 191
Default How do I copy the wording of a cell into a tab?

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default How do I copy the wording of a cell into a tab?

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 905
Default How do I copy the wording of a cell into a tab?

"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
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
Edit Legend Wording Paul Charts and Charting in Excel 1 October 29th 08 11:36 PM
Excel 07 - Combining Number minus the excess wording Ms. D Excel Discussion (Misc queries) 1 July 23rd 08 09:23 PM
Auto Update validated list wording? Eloise Excel Worksheet Functions 0 October 6th 06 07:22 PM
translate number in dollars to wording in excel 2003 Jimmy Excel Discussion (Misc queries) 1 November 17th 05 05:09 AM
How do i convert number to wording Mohammad Irfan Excel Discussion (Misc queries) 2 August 19th 05 12:10 PM


All times are GMT +1. The time now is 04:23 PM.

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

About Us

"It's about Microsoft Excel"