S
Southern at Heart
My userform has a bunch of controls on it. Many controls are affected by
others. Is there an easy way to have the whole form 'refresh' itself after
the user clicks any button, chooses any option, etc. The only way I know it
to put an 'on click' event in code for every single control that will change
some other part of the form, and have all these 'on click' events run the
initialize sub.
Is there no way to code it so that if the user click anything, any choice,
anywhere on the form, that it will update via one sub?
thanks,
others. Is there an easy way to have the whole form 'refresh' itself after
the user clicks any button, chooses any option, etc. The only way I know it
to put an 'on click' event in code for every single control that will change
some other part of the form, and have all these 'on click' events run the
initialize sub.
Is there no way to code it so that if the user click anything, any choice,
anywhere on the form, that it will update via one sub?
thanks,