Is it possible to create a two-column Word document, where each column shows a different file?
I would like to print out a text in different languages, original and translation, side by side to learn a foreign language, but I cannot figure out how to do it.
From stackoverflow
-
When you want to automate something in Word, one technique is to use Word's macro recorder to record yourself doing the same task (or a similar one). That results in VBA code that's pretty close to what you need. Take that code and adapt it for use in your program.
Oleg Pavliv : I don't know how to do it manually. I don't need to automate itRob Kennedy : Then this was not the proper venue for your question. -
Create a table with two columns, paste one document in the left column, the other in the right.
0 comments:
Post a Comment