Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying to select a range starting with A6 and ending with the last entry
in column A and including 13 columns to the right. I have the code below, but it doesn't work. The last line the containg the range "A6:LwrRight" doesn't work. I think it's because I'm using a range where a cell reference is needed. Any Help. Thanks Bill Private Sub Dim LwrRight As Range Range("A6").Select 'Range(Selection, Selection.End(xlDown)).Select Selection.End(xlDown).Select ActiveCell.Offset(0, 13).Activate Set LwrRight = ActiveCell Range("A6:LwrRight").Select End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
selecting Variable range | Excel Programming | |||
selecting a variable row range | Excel Programming | |||
Selecting a variable range | Excel Programming | |||
Selecting a variable range | Excel Programming | |||
Selecting a Range Using a Variable | Excel Programming |