How can I do this? Insert a landscape table into a portrait document with footer and header, without resorting to "cheap" solutions (images, pdf, excel, etc)? I'm using Word 2013 and I need the table to be editable (track changes enabled), and I also have to use the "repeat header row" option.
Asked
Active
Viewed 417 times
0
-
If you want to do this programmatically, please post the code you've tried. If you want to do this using native Microsoft Word commands, please post your question on [superuser.com](http://www.superuser.com) – joeschwa Sep 17 '14 at 19:54
1 Answers
0
You need to insert a section break before and after the table, so the sections before and after can be potrait, and the intervening section containing your table can be set to landscape.
You can do this programmatically, or via Word's UI.

JasonPlutext
- 15,352
- 4
- 44
- 84