Dear friends,
i have below code, after the selection i want selection come down for one row, could any please tell me where to change the code
Regards
Hanim
i have below code, after the selection i want selection come down for one row, could any please tell me where to change the code
Code:
Sub TEST()
Range("B25000:I25000").Select
Range(Selection, Selection.End(xlUp)).Select
''' here i want the selection one row to come down
Selection.ClearContents
End Sub
Regards
Hanim