Hi All,
I am using the range A4:A100 since I do not know how to change it to look from A4 till the last row.
If anyone friend can provide a solution.
Thanks in advance
Regards,
Humayun
I am using the range A4:A100 since I do not know how to change it to look from A4 till the last row.
Code:
Private Sub Worksheet_BeforeDoubleClick(ByVal Target As Range, Cancel As Boolean)
If Not Intersect(Target, Range("[B][COLOR=#ff0000]A4:A100[/COLOR][/B]")) Is Nothing Then
Call Macro1
End If
End Sub
If anyone friend can provide a solution.
Thanks in advance
Regards,
Humayun
Last edited: