Thread: [Solved] Moving Tables
View Single Post
 
Old 05-19-2011, 10:31 PM
b0x4it b0x4it is offline Windows 7 32bit Office 2010 32bit
Advanced Beginner
 
Join Date: May 2011
Posts: 95
b0x4it is on a distinguished road
Default Moving Tables

There are some journals that has the requirement for the article that is going to be sent to them to have all the figures and tables at the end of the paper after bibliography. In laTeX this can be done using

Code:
\usepackage{endfloat}
Is it something possible in Word using VBA to move all of the tables that include figure to the end of the document?
Reply With Quote