![]() |
|
|||||||
|
|
Thread Tools | Display Modes |
|
#8
|
||||
|
||||
|
OK, it appears that we are just getting the position on the first page.
Can you explain what you need this info for? Perhaps there is a better way to achieve whatever point you have for needing this info. For instance you can audit the page and position of each footnote and surmise that the separator appears a static distance above each top footnote on the page. Code:
Sub aTest()
Dim aFN As Footnote
For Each aFN In ActiveDocument.Footnotes
Debug.Print aFN.Index, aFN.Range.Information(wdActiveEndPageNumber), aFN.Range.Information(wdVerticalPositionRelativeToPage)
Next aFN
End Sub
__________________
Andrew Lockton Chrysalis Design, Melbourne Australia |
| Tags |
| footnoteseparator, vertical postion |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
De-limiting the Ruler in the vertical position disabled.
|
PhilCoolmarket | Word | 3 | 08-03-2018 06:28 AM |
Image absolute position relative to page
|
thuizt | Word VBA | 4 | 08-01-2017 07:25 AM |
| Vertical Scroll Position | Bossmare | Word | 1 | 03-08-2017 07:55 PM |
Vertical Position From Top Off Page Jumping Lines
|
gc28 | Word | 1 | 04-05-2016 10:59 AM |
| Fix data output position relative to page | Al See | Mail Merge | 1 | 01-16-2014 04:13 PM |