View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Myles[_29_] Myles[_29_] is offline
external usenet poster
 
Posts: 1
Default How to color pages of Multtipage


Coloring a Multipage control is a breeze: Multipage1.Backcolor=vbBlue
But does anyone know of a way to color the respective pages? The cod
below returns an error (in an attempt to color page1) and neither hav
I had any luck with a manual approach using the Properties Window.

Private Sub Userform1_Initialze()
MultiPage1.Pages(0).BackColor = vbBlue
End Sub

Thanks.

Myles

--
Myle
-----------------------------------------------------------------------
Myles's Profile: http://www.excelforum.com/member.php...fo&userid=2874
View this thread: http://www.excelforum.com/showthread.php?threadid=49859