Jonathan Harrison
New Member
- Joined
- Jul 15, 2011
- Messages
- 43
I have a VBA userform with a grid of numbers, each of which needs its own "click" action. For example:
[0 1 1 4 0 1 0]
[2 0 0 0 0 2 0]
These numbers are updated through other VBA functions. How can I create click actions for each of these numbers? Right now this data is created as lables on the form, but that can be changed if needed. Ideally, clicking each number would call the same function, just passing the lable name to the function.
[0 1 1 4 0 1 0]
[2 0 0 0 0 2 0]
These numbers are updated through other VBA functions. How can I create click actions for each of these numbers? Right now this data is created as lables on the form, but that can be changed if needed. Ideally, clicking each number would call the same function, just passing the lable name to the function.