![]() |
|
|
|
#1
|
||||
|
||||
|
Your note that it appears to be version specific made me go back to your original file to do some testing. If I convert your document to a specific version I can see that your preferred behaviour occurs shows up in file formats Word 2007 and 2010 but not in later versions.
Open your vba editor's Immediate window and type the following line and then press Enter ActiveDocument.SetCompatibilityMode wdWord2010 You should see that the footnotes now line up with their respective columns. The same thing happens if you try ActiveDocument.SetCompatibilityMode wdWord2007 However this one goes to the 'load balancing' version that you don't like ActiveDocument.SetCompatibilityMode wdWord2013
__________________
Andrew Lockton Chrysalis Design, Melbourne Australia |
|
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Footnote numbering wrong after section break | peterbav | Word | 1 | 03-17-2020 11:18 PM |
Sum Appears in Wrong Column?
|
ChrisOK | Excel Programming | 1 | 02-20-2018 02:05 PM |
| Sum is Appearing in Wrong Column | ChrisOK | Word VBA | 0 | 02-20-2018 10:11 AM |
| Upgrading from Office 2003 Student & Teacher Version to Office 2010 Home & Business | Scoop | Office | 2 | 04-22-2014 03:20 PM |
| column break what am I doing wrong? | oaty | Word | 0 | 08-12-2010 10:15 AM |