Page Object property

  • Thread starter Thread starter Matt
  • Start date Start date
M

Matt

I'm using a Multipage control in a Userform. I can change
the background colour of the Multipage tab strip using the
backcolor property, but I can't change the colour of the
Page objects contained in the Multipage. There doesn't
seem to be a property to control the colour of the Page
objects. It's relatively trivial, but driving me mad.
Can anyone help?
 
I believe you are correct - there is no property for this. You can explore
using the picture property and put in a picture which is a solid color.
 
Back
Top