Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am converting macros from 123 to Excel. The macro needs
to be able to define a range name for the active cell. Since the active cell can be on any row or in any column when the macro is called, a fixed reference is not acceptable. The recorded macro gives me this: ActiveWorkbook.Names.Add Name:="here", RefersToR1C1:="Bills!R29C1" How can I modify this to be the current active cell? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel: Cell Naming Bulk Delete | Excel Worksheet Functions | |||
Referncing the current cell name in an Excel MACRO | Excel Discussion (Misc queries) | |||
How do i assign cell A1 to show the current cursor cell in Excel? | Excel Discussion (Misc queries) | |||
naming .xls file based on a cell in excel | Excel Discussion (Misc queries) | |||
Naming Current Region | Excel Programming |