Tab pages: How to change background color

M

mcheng

Hi, I've added 6 tabs onto a form. Although the form itself can be
formatted with different background colors, the tabs themselves cannot
(as far as I've been able to try). Perhaps there's a VBA code that
will allow me to change the tabbed page background colors? With 6
tabs, I want to make sure the user will unmistakably associate the
selected tab with the data being updated on each page.

Thanks,
Michael
 
M

mcheng

The two responses are great. For future reference:

-Peter's solution uses an event procedure to give the appearance of
tabs by creating a form from scratch; very helpful prior to
incorporating tabbed pages within your form

-RuralGuy's solution uses VB to create a class for an existing tabbed
page within your form

Thanks so much for sharing!
Michael
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top