Footnote Symbol

G

Graham Mayor

By footnote symbol, do you mean the footnote reference in the document e.g.?

Selection.GoTo What:=wdGoToFootnote, _
Which:=wdGoToNext, Count:=1

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP


<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 
P

Pesach Shelnitz

Hi,

If you mean the type of symbol that is used to number your footnotes,
retrieve the value of the FootnoteOptions.NumberStyle property on an
appropriate Selection or Range object. (Note that this property is not
available in older versions). Is the type of symbol enough, or do you need to
determine the symbol for a specific footnote?
 
Top