View Single Post
 
Old 10-14-2020, 09:35 AM
Logit Logit is offline Windows 10 Office 2007
Expert
 
Join Date: Jan 2017
Posts: 533
Logit is a jewel in the roughLogit is a jewel in the roughLogit is a jewel in the rough
Default

Paste this into a REGULAR MODULE :

Code:
Option Explicit

Sub AutoRngSel()
    ActiveCell.Offset(, 4).Resize(34, 4).Select
End Sub
You will need a COMMAND BUTTON on the sheet connected to this macro.

Select the upper left cell of the range to be highlighted .. click the button.
Attached Files
File Type: xlsm Range Auto-Select.xlsm (14.6 KB, 6 views)
Reply With Quote