Does this do the same thing?
Without needing an On Error ?![]()
Sub Macro1() Dim RtCol As Double Range("E3").Select Selection.End(xlToRight).Select RtCol = ActiveCell.Column Range(Cells(3, 5), Cells(15, RtCol)).Select End Sub
Does this do the same thing?
Without needing an On Error ?![]()
Sub Macro1() Dim RtCol As Double Range("E3").Select Selection.End(xlToRight).Select RtCol = ActiveCell.Column Range(Cells(3, 5), Cells(15, RtCol)).Select End Sub
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks