V
VBA Coder
I have 2 tables in my Word Document (template), and I'd like to be able to
copy the formatting from the 1st table (ie: Border Style, Shading, Font,
etc...) to the 2nd table using VBA code. I know I can use the .Duplicate
function of a paragraph to copy its format and apply it to another
paragraph, but can this be done using Tables?
Thank you.
copy the formatting from the 1st table (ie: Border Style, Shading, Font,
etc...) to the 2nd table using VBA code. I know I can use the .Duplicate
function of a paragraph to copy its format and apply it to another
paragraph, but can this be done using Tables?
Thank you.