View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Page Object property

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.

--
Regards,
Tom Ogilvy

"Matt" wrote in message
...
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?