VBA how do I build reference to a userform object property from a string?
I have a button on my userform, lets call it CommandButton2. I have code that outputs at the very end a long value of 2 to refer directly to the button lets call that long ButtonValue. Now if I wanted to loop through a number of buttons using the long value my first thought would… Read More VBA how do I build reference to a userform object property from a string?