Tuesday, June 29, 2010

I want to merge two word docs in following fashion. Doc1={1,2,..n}, Doc2={1,2,..m}.

The final doc should be Doc3 where Doc3_1 = Doc1_1 (first page of doc 1), Doc3_2 = Doc2_1(first page of doc 1),Doc3_3 = Doc2_2 and so on and so forth.

So all pages of Doc1 should be mapped as odd pages of Doc3 while Doc2 pages should be mapped as even pages of Doc3. Is there a way of doing it without writing macros?

Let me know if you come across the solution.

No comments:

Post a Comment