Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I want to setup a macro for users to define named ranges in several sheets
and name the range whatver they enter into a certain cell in that sheet e.g: Range("B15:K15").Select ActiveWorkbook.Names.Add Name:="_1A", RefersToR1C1:= _ "=TEMPLATE!R15C2:R15C11" Where "_1A" is the user entry into a specific cell which will be the same cell in each sheet. When i record the macro it puts in "_1A" each time - how do i get it to link to the variable cell contents? Thanks, |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to tell whether any cell within a Range has non-empty contents | Excel Programming | |||
Macro to clear range contents when cell contents are changed by us | Excel Programming | |||
Convert cell contents to range | Excel Worksheet Functions | |||
Find cell contents in range | Excel Discussion (Misc queries) | |||
Copy contents of Range to other cell | Excel Programming |