View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
dominicb[_159_] dominicb[_159_] is offline
external usenet poster
 
Posts: 1
Default Multiform Tab Colours


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