I am trying to create an MS Word file using VBA (from VBA code running in MS Excel) to move columns of Excel data over to the Word document, but I want the Word document to have two data columns. In other words, each column of the Word doc might have multiple columns of Excel data moved to it. Make sense?
Basically, think of a people list with Name, Address, and Phone, and rather than have a single vertical table on the page, I want two columns of names/addr/phone on the page so I can fold it like a book. Suggestions? I have seen some posts in Stack to do similar things (like adding a column to a table), but that is not what I am trying to do. Thx for any ideas!