• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Private Sub Worksheet_SelectionChange1,2,3.etc (ByVal Target As Range)

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?
 
Back
Top