Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I simply want to copy a cell and paste it into the worksheet tab to name the
sheet what is in the cell. When I record a macro, it just trys to select the same sheet I selected when recording the macro. I was wandering how to get the macro to select the current sheet. here is the recorded macro: Range("A1").Select Selection.Copy Sheets("55555").Select Sheets("55555").Name = "1 06" Range("B11").Select Application.CutCopyMode = False Sheets("Sheet2").Select End Sub Thank You for your help! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Function To Select the Hidden Rows & Columns in the Current Sheet | Excel Discussion (Misc queries) | |||
Select Current Row | Excel Programming | |||
how to select current range | Excel Programming | |||
Select current region and print | Excel Programming | |||
Select current region less one column | Excel Programming |