On Apr 4, 10:15=A0am, "Stefan Blom"
> To access the character following the footnote number (for the first
> footnote), you can use this code:
>
> Dim r As Range
> Set r =3D ActiveDocument.Footnotes(1).Range.Paragraphs(1).Range.Characters=
(2)
>
> Note that, by default, that character is a space, not a tab.
>
> See alsohttp://word.mvps.org/faqs/macrosvba/UnSuperscptFnotes.htm.
>
> --
> Stefan Blom
> Microsoft Word MVP
>
> "andreas" wrote in message
>
> news:d4325879-ae84-4437-afda-9967db33de65@p25g2000hsf.googlegroups.com...
>
>
>
> > Dear Experts:
>
> > I tried to access (using VBA) the tabstop characters that are located
> > next to the footnote numbers of my document, but did not succeed. I am
> > using a hanging indent.
>
> > I would like to access (select) all the tabstop characters in my
> > footnotes and do the following action: range.font.reset.
>
> > Help is much appreciated. Thank you very much in advance.
>
> > Kind regards,
>
> > Andreas- Hide quoted text -
>
> - Show quoted text -
Thank you so much. It worked. Regards, Andreas