View Single Post
 
Old 10-12-2012, 02:53 PM
Sorceress Sorceress is offline Windows Vista Office 2010 32bit
Novice
 
Join Date: Oct 2012
Posts: 2
Sorceress is on a distinguished road
Default

Thanks very much for the reply.

Yes, the page color was part of a longer macro, but when I read your reply I tried creating a macro to just change the page color ... and it failed. Here is the macro;

ActiveDocument.Background.Fill.Visible = msoTrue
ActiveDocument.Background.Fill.ForeColor.RGB = RGB(0, 0, 130)
ActiveDocument.Background.Fill.Solid

Could you please post what your test macro contains?

Karen
Reply With Quote