Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Someone somewhere must know the code to change the grey tabs in a multiform to a different colour. Or even let my background picture cover all the tabs. Grey is not the colour of the future. :) -- Shake ------------------------------------------------------------------------ Shake's Profile: http://www.excelforum.com/member.php...o&userid=28577 View this thread: http://www.excelforum.com/showthread...hreadid=482554 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Good morning Shake You could try using this code - don't know if it's quite what you're looking for but they seem to be the only colour options available for the multipage control. The code, of course, assumes that your multipage is called MultiPage1 and needs to be inserted into your UserForm_Initialize routine. MultiPage1.BackColor = RGB(64, 0, 0) MultiPage1.ForeColor = RGB(255, 0, 0) HTH DominicB -- dominicb ------------------------------------------------------------------------ dominicb's Profile: http://www.excelforum.com/member.php...o&userid=18932 View this thread: http://www.excelforum.com/showthread...hreadid=482554 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Thanks DominicB, I does change the colour of the form next to the Tabs. However the Tabs stay Grey. Is this one of those things that seems like it should be simple but is actualy a nightmare to try and change? Maybe Tabs just need to be Grey! -- Shake ------------------------------------------------------------------------ Shake's Profile: http://www.excelforum.com/member.php...o&userid=28577 View this thread: http://www.excelforum.com/showthread...hreadid=482554 |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hello Shake, I wanted to change the tab color on a MultiPage sometime ago. I thought if all else failed it could be done using the API, but to do that one needs the window handle of the object. Unfortunately that isn't available directly through VBA. So on and so forth...I think in this case it is WYSIWYG. Would be nice to change the colors though. Sincerely, Leith Ross -- Leith Ross ------------------------------------------------------------------------ Leith Ross's Profile: http://www.excelforum.com/member.php...o&userid=18465 View this thread: http://www.excelforum.com/showthread...hreadid=482554 |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Just to affirm:
MSForms controls are windowless controls. So the API won't work. -- Regards, Tom Ogilvy "Leith Ross" wrote in message ... Hello Shake, I wanted to change the tab color on a MultiPage sometime ago. I thought if all else failed it could be done using the API, but to do that one needs the window handle of the object. Unfortunately that isn't available directly through VBA. So on and so forth...I think in this case it is WYSIWYG. Would be nice to change the colors though. Sincerely, Leith Ross -- Leith Ross ------------------------------------------------------------------------ Leith Ross's Profile: http://www.excelforum.com/member.php...o&userid=18465 View this thread: http://www.excelforum.com/showthread...hreadid=482554 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can I customise colours used in charts and keep those colours. | Charts and Charting in Excel | |||
How to save one of the MORE COLOURS in the THEME COLOURS? | Excel Discussion (Misc queries) | |||
Colours | Excel Discussion (Misc queries) | |||
Excel 2003 font colours and cell colours | Excel Discussion (Misc queries) | |||
Colours | Excel Programming |