I'm new to VBA, and I'd like to know if anyone has code for copying the content of a table from one document to a table in another document. Cells in the two documents are similar but formatted exactly the same. Right now, I am cut and pasting each cell's content, and its taking way too long. Thanks!
Basically I'm trying to move the cell content of
Document A to
Document B.
Alternatively, if you have a way to reformat a entire table Doc A to match Doc B, that would work too. Thanks!