belovedcej
Programmer
Right now I have numerous forms and in the header of each are navigation buttons to take the user to any of the other forms (or exit the application). But that means I have to go to every form to make any changes - even if it's just to the size of the buttons. And of course, it is difficult to get the header to look the same on every form. Somehow, I KNOW there's a better way. 
My thought - create an option group object in vba and then in the on open even of each form instantiate that object and place it in the header of the form. Although I use VBA, I have never tried to actually create an entire object using it.
Is this possible? Is there a better way?
My thought - create an option group object in vba and then in the on open even of each form instantiate that object and place it in the header of the form. Although I use VBA, I have never tried to actually create an entire object using it.
Is this possible? Is there a better way?