R
RFox
I started a thread a couple weeks ago asking about how
to automatically alternate row shading.
Been spending some time in this newsgroup since then and
have found that Word XP would allow me to do this as well
as customize my own Styles.
Alas, I have Word 2000, which means that I either have
to stick with the Table Style combinations pre-defined
by the program, or to manually format each and every
one of my numerous tables.
I've been thinking, how about setting up a macro to
do the table format?! Unfortunately, I don't have any
experience with visual basic.
Best I could come up with by recording my actions into
a macro are thibgs that apply to the entire selection
of the table, such as cell margins, borders, global
text styles.
I'm thinking there's got to be a way to specify
"Selection.Tables" with ".Rows.First" or ".Rows(1)"
to stylize the header text and colorized the cells.
And I'm thinking using a For/Next loop to count
off the even numbered rows to give the row a different
shading color.
But I can't get it to work because I can't seem to
use "Syles" with "Selection.Table"
Can anyone with more experience help?
to automatically alternate row shading.
Been spending some time in this newsgroup since then and
have found that Word XP would allow me to do this as well
as customize my own Styles.
Alas, I have Word 2000, which means that I either have
to stick with the Table Style combinations pre-defined
by the program, or to manually format each and every
one of my numerous tables.
I've been thinking, how about setting up a macro to
do the table format?! Unfortunately, I don't have any
experience with visual basic.
Best I could come up with by recording my actions into
a macro are thibgs that apply to the entire selection
of the table, such as cell margins, borders, global
text styles.
I'm thinking there's got to be a way to specify
"Selection.Tables" with ".Rows.First" or ".Rows(1)"
to stylize the header text and colorized the cells.
And I'm thinking using a For/Next loop to count
off the even numbered rows to give the row a different
shading color.
But I can't get it to work because I can't seem to
use "Syles" with "Selection.Table"
Can anyone with more experience help?