Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() lets say the value of cell A1 = $J$2:$J$5 then how do i tell a a macro to select this range -- Zygan ------------------------------------------------------------------------ Zygan's Profile: http://www.excelforum.com/member.php...o&userid=34423 View this thread: http://www.excelforum.com/showthread...hreadid=551743 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Hello Zygan, If you are referring to a VBA macro, the code would be... Sub Test() With ActiveSheet .Range(.Range("A1")).Select End With End Sub Sincerely, Leith Ross -- Leith Ross ------------------------------------------------------------------------ Leith Ross's Profile: http://www.excelforum.com/member.php...o&userid=18465 View this thread: http://www.excelforum.com/showthread...hreadid=551743 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Zygan wrote:
lets say the value of cell A1 = $J$2:$J$5 then how do i tell a a macro to select this range In general in macros you should not have to select ranges. Instead just create range objects. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
address command for a range of cells, not one cell | Excel Discussion (Misc queries) | |||
how do i protect cells in a shared worksheet | Excel Discussion (Misc queries) | |||
Display first, second, etc Nonblank Cells in a Range | Excel Worksheet Functions | |||
Cells in address | Excel Discussion (Misc queries) | |||
Counting only active cells | Excel Discussion (Misc queries) |