Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying to add a Working in a Macro and then renaming the
Worksheet, but Excel likes to name the Sheets 1,2,3,etc, and you don't know what the sheet name will be to select to rename at the time you run the Macro. The following is a simple code that I have so far: mnth = Cells(1, 4) Sheets.Add Sheets("Sheet2").Select Sheets("Sheet2").Name = mnth Can anyone help me get a solution to this problem? Frank |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Adding/deleting ranges and renaming accordingly | Excel Programming | |||
renaming worksheet | Excel Programming | |||
adding a sheet and renaming | Excel Programming | |||
Renaming adding and deleting directory | Excel Programming | |||
Renaming the Worksheet through VBA | Excel Programming |