Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How can I change a tabs' ("Sheet1", "Sheet2" and so on) text?
Thank you Paulo. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Paulo,
Double-click on the label and type your text -- Kind Regards, Niek Otten Microsoft MVP - Excel "Paulo de Arruda Borelli" wrote in message ... How can I change a tabs' ("Sheet1", "Sheet2" and so on) text? Thank you Paulo. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sorry, I was not clear! I need to do this through VBA!
"Niek Otten" wrote in message ... Hi Paulo, Double-click on the label and type your text -- Kind Regards, Niek Otten Microsoft MVP - Excel "Paulo de Arruda Borelli" wrote in message ... How can I change a tabs' ("Sheet1", "Sheet2" and so on) text? Thank you Paulo. |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Put the new sheet name in cell a1 then run the code
Sub Change_name() ActiveSheet.Name = Range("a1") End Sub |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Paulo,
If you still have any concern on this issue, please feel free to let me know. Best regards, Peter Huang Microsoft Online Partner Support Get Secure! - www.microsoft.com/security This posting is provided "AS IS" with no warranties, and confers no rights. |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Or:
Sheets(1).Name = "yourName" Sheets(2).Name = "yourOtherName" Fer "paulo" escribió en el mensaje ... Sorry, I was not clear! I need to do this through VBA! "Niek Otten" wrote in message ... Hi Paulo, Double-click on the label and type your text -- Kind Regards, Niek Otten Microsoft MVP - Excel "Paulo de Arruda Borelli" wrote in message ... How can I change a tabs' ("Sheet1", "Sheet2" and so on) text? Thank you Paulo. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Tab's Hide/Show | Setting up and Configuration of Excel | |||
change the text in the legend of a chart w/o changing pivot text | Charts and Charting in Excel | |||
Graph while ignoring text but not changing text to #NA | Charts and Charting in Excel | |||
Changing none text entry to text? | Excel Discussion (Misc queries) | |||
can I automatically bring a tab's name into a worksheet? | Excel Discussion (Misc queries) |