Morning all!
So this is a Word 2007 VBA question, but I haven't found a forum like this for Word, yet. If you have any suggestions as to one, I'm all ears.
I'm creating a table in my document that I want to format to look good. Word, apparently, has certain predefined formats. Word's VBA Help provided the example below.
"Selection.Tables(1).AutoFormat Format:=wdTableFormatColorful2"
Which gives my table some color, bolds and italicizes some of the text, etc. I'm trying to figure out where I can find some sort of list of formats like "Colorful2." The Design tab has a number of different formats, but none called "Colorful2" which leads me to believe that there are other formats hiding somewhere...
Any thoughts on where to find these would be great.
Thanks for the help.
- RCT
So this is a Word 2007 VBA question, but I haven't found a forum like this for Word, yet. If you have any suggestions as to one, I'm all ears.
I'm creating a table in my document that I want to format to look good. Word, apparently, has certain predefined formats. Word's VBA Help provided the example below.
"Selection.Tables(1).AutoFormat Format:=wdTableFormatColorful2"
Which gives my table some color, bolds and italicizes some of the text, etc. I'm trying to figure out where I can find some sort of list of formats like "Colorful2." The Design tab has a number of different formats, but none called "Colorful2" which leads me to believe that there are other formats hiding somewhere...
Any thoughts on where to find these would be great.
Thanks for the help.
- RCT