Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
First of..thanks for the previous help.
I'm running into a lil' problem. If I have more than one sheet i fails. --If I run the Worksheets(1).Name = Range("A1").Text the only name it changes is the one for sheet1. --If I run the dim sh as worksheet for each sh in Activeworkbook.worksheets sh.name = sh.Cells(1,1).Value Next it also fails when there's more than one sheet Is there a way to make it happen only in the active workshee regardless if it is sheet 1 or sheet3??? thanks a millio -- Message posted from http://www.ExcelForum.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how to cut part of a text from one cell and automatically paste itonto another cell | Excel Discussion (Misc queries) | |||
Search/Match/Find ANY part of string to ANY part of Cell Value | Excel Worksheet Functions | |||
copy selected part number of text from one cell into another cell | Excel Discussion (Misc queries) | |||
Display contents of cell in another cell as part of text string? | New Users to Excel | |||
Can you make a cell with a diagonal, so that you can edit the upper and lower part of the cell? | New Users to Excel |