Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Changing the tab's text

How can I change a tabs' ("Sheet1", "Sheet2" and so on) text?

Thank you
Paulo.


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,440
Default Changing the tab's text

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Changing the tab's text

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 61
Default Changing the tab's text

Put the new sheet name in cell a1 then run the code


Sub Change_name()
ActiveSheet.Name = Range("a1")
End Sub



  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Changing the tab's text

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.









  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 115
Default Changing the tab's text

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.

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
Tab's Hide/Show Corey .... Setting up and Configuration of Excel 3 June 18th 09 03:38 AM
change the text in the legend of a chart w/o changing pivot text msp Charts and Charting in Excel 2 December 17th 08 08:53 PM
Graph while ignoring text but not changing text to #NA haruun Charts and Charting in Excel 1 April 29th 08 01:49 AM
Changing none text entry to text? Ross Excel Discussion (Misc queries) 1 July 5th 07 11:18 AM
can I automatically bring a tab's name into a worksheet? MP Excel Discussion (Misc queries) 4 May 12th 06 03:53 PM


All times are GMT +1. The time now is 06:24 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"