S
samearle
How do I add the below???
I opened a new word doc, went to tools - visuall basic editor. Then
added the following to module1:
ThisDocument.Colors(1) = RGB(100, 200, 200)
ThisDocument.Colors(2) = RGB(100, 200, 200)
ThisDocument.Colors(55) = RGB(100, 200, 200)
ThisDocument.Colors(56) = RGB(100, 200, 200)
basically, what I am trying to do is change collors to custom collors
every time the document opens. To eliminate the document reverting to
standard colors or custom set on that machine.
Thanks,
Sam
I opened a new word doc, went to tools - visuall basic editor. Then
added the following to module1:
ThisDocument.Colors(1) = RGB(100, 200, 200)
ThisDocument.Colors(2) = RGB(100, 200, 200)
ThisDocument.Colors(55) = RGB(100, 200, 200)
ThisDocument.Colors(56) = RGB(100, 200, 200)
basically, what I am trying to do is change collors to custom collors
every time the document opens. To eliminate the document reverting to
standard colors or custom set on that machine.
Thanks,
Sam