Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sub makename()
ActiveSheet.Range("a1").Name = ActiveSheet.Name & "X" End Sub This is universal for all sheets. Unfortunately for you it is not possible to have two or more ranges with same name within one workbook. You can solve this by replacing e.g. sheet1x by sheet2x in your formulas afer copying. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Referring to specific cell in named range in Excel formula | Excel Worksheet Functions | |||
Defining Named Range for Lastrow in a specific column | Excel Discussion (Misc queries) | |||
Selecting specific row/column from a named range | Excel Worksheet Functions | |||
How do I count a named range for a specific word or acronym? | Excel Worksheet Functions | |||
named range not specific to worksheet | Excel Programming |