> I understand that the 'page color' is *supposed* to be visible only
> in WebView, but Word does allow you to change the color of the page as
> seen in Page Layout, and I would like to do the same thing using VBA.
In 2007, Page Backgrounds are visible everywhere, not just in Web layout.
> This means the ribbon page color action performs some additional
> work to ensure that page background colors are visible in page layout
> view.
You are absolutely correct. The page background colour *is* set in your
code, and is saved with the document, but it also has to be set to be
visible. Add this to your code:
ActiveDocument.ActiveWindow.View.DisplayBackgrounds = True

Signature
Enjoy,
Tony
> Hello everyone,
>
[quoted text clipped - 26 lines]
> Sincerely,
> Andrew
szcz.andrew@gmail.com - 18 Dec 2007 04:31 GMT
Tony, you're wonderful! That worked perfectly - much appreciated!
Cheers,
Andrew