W
Ward
Word is changing the colors of my table border. I don't want that, what can i
do?
My custommer uses latest version of Word2003 (worldwide). All users have a
True by default before the checkbox OptimizeForWord97byDefault.
In word i made a table with borders with the color RGB 255, 102, 0 (orange)
During saving Word keeps changing the orange to to 255, 0, 0 (red)
I tried things like:
Public Sub FileSave()
ActiveDocument.OptimizeForWord97 = False
Application.Options.OptimizeForWord97byDefault = False
ActiveDocument.Save
End Sub
It all doesn't help me, the colors will be changed.
Who knows what i can do?
Thanx
Ward
do?
My custommer uses latest version of Word2003 (worldwide). All users have a
True by default before the checkbox OptimizeForWord97byDefault.
In word i made a table with borders with the color RGB 255, 102, 0 (orange)
During saving Word keeps changing the orange to to 255, 0, 0 (red)
I tried things like:
Public Sub FileSave()
ActiveDocument.OptimizeForWord97 = False
Application.Options.OptimizeForWord97byDefault = False
ActiveDocument.Save
End Sub
It all doesn't help me, the colors will be changed.
Who knows what i can do?
Thanx
Ward