B
Brad
I understand how to modify the color of a TextBox on a form using VBA code
such as
Forms!form2.text2.BackColor = vbGreen
Now I would like to change the color of the entire form.
How is this done?
Thanks
such as
Forms!form2.text2.BackColor = vbGreen
Now I would like to change the color of the entire form.
How is this done?
Thanks