Hi Guys,
I have the below code where I want a macro to run when a range of cells is selected(clicked).
The code is:
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
On Error Resume Next
If Not Intersect(Target, Sheet3.Range("Q1_COL")) Is Nothing Then...