N
Nicky
I use macros to position textboxes aligned with the bottom margin of the page
in Word using
Selection.ShapeRange.Top = wdShapeBottom
However, when the page has footnotes, the macro places the textbox over the
footnote text. Is there any way to write a macro that places the textbox
above the footnote separator on a page with footnotes? I’d guess this might
involve calculating the height of the main text area on a page with
footnotes, in order to calculate a fixed “from top†measure, but can’t wotk
out how to do this.
in Word using
Selection.ShapeRange.Top = wdShapeBottom
However, when the page has footnotes, the macro places the textbox over the
footnote text. Is there any way to write a macro that places the textbox
above the footnote separator on a page with footnotes? I’d guess this might
involve calculating the height of the main text area on a page with
footnotes, in order to calculate a fixed “from top†measure, but can’t wotk
out how to do this.