A
Angie M.
Hi,
I'm wanting to change the BackColor property of my user form to something
other than what's available from the Properties window (the palett and the
system colors). I tried this:
frmMyForm.BackColor = RGB(0, 128, 64)
inside the form initialization procedure but no go. Help wasn't any help
either.
Thanks in advance for any help.
I'm wanting to change the BackColor property of my user form to something
other than what's available from the Properties window (the palett and the
system colors). I tried this:
frmMyForm.BackColor = RGB(0, 128, 64)
inside the form initialization procedure but no go. Help wasn't any help
either.
Thanks in advance for any help.