Range("A1").Select
Selection.End(xlDown).Select
ActiveCell.Offset(0, 3).Select
Dim Q As String
Q = ActiveCell.Address
Range(" Q:D10438").Select
Selection.ClearContents
The Variable Q is taking the value of the active cell, but i am unable to include it in range