User Forms Multipage Background/Foreground Colors

B

Bryan44

I am building a 3 tab page User Form to get user input on pulling historical
data from another file. I noticed I can control the background color of the
User Form but cannot seem to control the colors of the Tab/Pages (the
multipages within the User Form). Anyone ever tried to do this before or
know how via code?

Sincerely,

Bryan
 
T

Tom Ogilvy

Some workarounds I have seen suggested is to use multiple frames instead of
a multipage. You can color the frames. Then use the frames to simulate a
multipage.


Another was to hide the tabs and use buttons or labels (which can be
colored) to simulate the tabs. This would only color the "tabs".

Also if you just want to color the page (not the tab), you can put in a
small colored bitmap on each page and tile it.
 

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