I am trying to modify this code to take me to the last word or row on a
sheet, the code below will only do it in row B.
Thank you for your help.
Sub LastCellInColumnxx()
Range("b65536").End(xlUp).Select
ActiveCell.Offset(2, 0).Select
End Sub
sheet, the code below will only do it in row B.
Thank you for your help.
Sub LastCellInColumnxx()
Range("b65536").End(xlUp).Select
ActiveCell.Offset(2, 0).Select
End Sub