indi visual
Member
With using:
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
I'm trying to use this in several situations.
I suppose it's not possible to structure the name like this for unique selection changes:
Private Sub Worksheet_SelectionChange1(ByVal Target As Range)
Private Sub Worksheet_SelectionChange2(ByVal Target As Range)
Private Sub Worksheet_SelectionChange3(ByVal Target As Range)..etc..
Any ideas for a work around this?
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
I'm trying to use this in several situations.
I suppose it's not possible to structure the name like this for unique selection changes:
Private Sub Worksheet_SelectionChange1(ByVal Target As Range)
Private Sub Worksheet_SelectionChange2(ByVal Target As Range)
Private Sub Worksheet_SelectionChange3(ByVal Target As Range)..etc..
Any ideas for a work around this?