How to color pages of Multtipage

M

Myles

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
 
B

Barb Reinhardt

Myles,

Your original message didn't come through the way I'm viewing the newsgroup. I had to select the link.

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 code below returns an error (in an attempt to color page1) and neither have 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.
 

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