Quote Originally Posted by 6StringJazzer View Post
This is a little complicated, if I understand correctly what you want to do. The strategy is to write a class for the scrollbars so a single Sub can handle a Change event no matter which scrollbar caused it. I have attached an example of how to do this with checkboxes that was adapted from a solution posted by member Andy Pope some time back.

But before I go into that explanation you still need to give more information about your overall problem. "I would like to assign the same Macro to each one, with the Name unique for each one." I can't make sense out of the second half of this. Please describe what you want to happen when the scrollbars are changed.
So the Scrollbars represent years, from 2018 out to 2030. The user selects which year a program will begin. I am hoping I can rename each Scrollbar to match the Program Name, because I need to reference that in a separate routine.

Basically, I need to set the name off the scrollbar to a variable within the Scrollbar Change Event and then pass that to a different routine.