Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Henry,
Try replacing the following lines: ActiveCell.Offset(0, 1).Select ' Give this a range name ActiveWorkbook.Names.Add Name:="ProcessName", RefersToR1C1:= _ "='IA Control Documentation'!R9C2" with these lines: ' also select the cell to the right ActiveCell.Resize(1, 2).Select ' give this cell the range name Selection.CreateNames Left:=True Gary |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can I make a vLookup dynamic? | Excel Worksheet Functions | |||
how to make a dynamic workbook? | Excel Discussion (Misc queries) | |||
How to make worksheet names dynamic? | Excel Worksheet Functions | |||
Make dynamic charts more dynamic | Charts and Charting in Excel | |||
PivotChart: how to make it dynamic? | Charts and Charting in Excel |