Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sub SheetNameActivecell()
Application.ActiveSheet.Name = Left(Application.Substitute (ActiveCell.Value, "/", ""), 31) End Sub Would also like to improve macro by adding codes which would allow to name a sheet with (2) at end of an existing sheet name. e.g if "Google" already exist - macro would rename sheet as "Google (2)" Thxs |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Creating a new sheet from specific data in existing sheet | Excel Discussion (Misc queries) | |||
copying an existing sheet | Excel Programming | |||
Create a new sheet from an existing sheet | Excel Programming | |||
Copy rows onto existing sheet / start a new sheet if full | Excel Programming | |||
Copy the entire sheet to overlay existing sheet? | New Users to Excel |