M
michaelgaihede
Hi,
I'm having a lot of trouble trying to color a particular area in my document.
For example, using:
ActiveDocument.Bookmarks(Selection.BookmarkID).Range.Shading.
BackgroundPatternColor = wdColorRed
I receive a "Run-time error 4605 - This command is not available". As it
turns out, it's the Shading object within the Range object that, appparently,
does not have/support assignment of the
BackgroundPatternColor. Why not ?
For your information, the BookmarkID points to a bookmark on a formfield
within a table cell.
Any ideas will be highly appreciated. Thanks.
I'm having a lot of trouble trying to color a particular area in my document.
For example, using:
ActiveDocument.Bookmarks(Selection.BookmarkID).Range.Shading.
BackgroundPatternColor = wdColorRed
I receive a "Run-time error 4605 - This command is not available". As it
turns out, it's the Shading object within the Range object that, appparently,
does not have/support assignment of the
BackgroundPatternColor. Why not ?
For your information, the BookmarkID points to a bookmark on a formfield
within a table cell.
Any ideas will be highly appreciated. Thanks.