Thread
:
selecting current row plus the 2 above
View Single Post
#
2
Posted to microsoft.public.excel.programming
FSt1
external usenet poster
Posts: 3,942
selecting current row plus the 2 above
hi
try this...
Range(ActiveCell.EntireRow, ActiveCell.Offset(-2, 0)).Select
regards
FSt1
"RocketRod" wrote:
Can someone show me the code to select the current row and the 2 above it?
Reply With Quote
FSt1
View Public Profile
Find all posts by FSt1