Home |
Search |
Today's Posts |
#8
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Another:
with selection .name = "'" & .parent.name & "'!" & "OBM" end with Ps. I wouldn't use this name. If you ever upgrade to xl2007 (with 16k columns), this will be an invalid name--it looks too much like a column reference. I'd use "_OBM" Miree wrote: I have this line of code is there a way to change the RefersTo section to ReferTo the active cells? ActiveWorkbook.Names.Add Name:="OBM", RefersToR1C1:="=Densities!R4C6:R139C6" Thank you -- Dave Peterson |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula refers to empty cells even when cells contains data | Excel Worksheet Functions | |||
Data Valid - refers to the values of 2 cells | New Users to Excel | |||
Conditional format refers to two cells | Excel Worksheet Functions | |||
Where is the Data Tools group Help refers to when splitting cells | Excel Worksheet Functions | |||
Macro execution refers not to the active sheet/excel file | Excel Programming |