Mike E Golding
Board Regular
- Joined
- Mar 7, 2002
- Messages
- 71
From within a macro I need to reproduce the action of pressing
and holding Shift, then pressing End, Down Arrow, End, Right Arrow, then
releasing the shift key. I can do the first half (i.e. up to and including
the Down Arrow) using:
Range(Selection, Selection.End(xlDown)).Select
But how do I now add to the selection the right hand area?
Regards,
and holding Shift, then pressing End, Down Arrow, End, Right Arrow, then
releasing the shift key. I can do the first half (i.e. up to and including
the Down Arrow) using:
Range(Selection, Selection.End(xlDown)).Select
But how do I now add to the selection the right hand area?
Regards,