R
Robin Clay
This doesn't work :[
It grinds to a halt on the penultimate line.
I suspect that the last line also would not work.
Dim myRow1 As Long, myCol1 As Long
Dim myRow2 As Long, myCol2 As Long
myRow1 = Selection.Row
myCol1 = Selection.Column
myRow2 = Selection.End(xlDown).Row
myCol2 = Selection.End(xlRight).Column
Range(myRow1 & myCol1 & ":" & myRow2 & myCol2).Select
Please help ?
RClay AT haswell DOT com
It grinds to a halt on the penultimate line.
I suspect that the last line also would not work.
Dim myRow1 As Long, myCol1 As Long
Dim myRow2 As Long, myCol2 As Long
myRow1 = Selection.Row
myCol1 = Selection.Column
myRow2 = Selection.End(xlDown).Row
myCol2 = Selection.End(xlRight).Column
Range(myRow1 & myCol1 & ":" & myRow2 & myCol2).Select
Please help ?
RClay AT haswell DOT com