View Single Post
 
Old 06-10-2014, 05:25 AM
mcb09 mcb09 is offline Windows 7 32bit Office 2010 32bit
Novice
 
Join Date: Jun 2014
Posts: 8
mcb09 is on a distinguished road
Default Copy table content between documents

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!
Reply With Quote