Quote:
Originally Posted by rogelinepaula
do you have a link or a quick reference of the list of colors that I can use in VBA?
|
There are 16,777,216 possible colours, any of which can be specified by using VBA's RGB function. That'd make a pretty big list. That said, the BackgroundPatternColor property comes with a bunch of named presets. You can see what those are by inputting WdColor into the VBE Help screen.