Group: microsoft.public.word.vba.general
From: Helmut Weber
Date: Monday, April 07, 2008 10:15 AM
Subject: Re: Spaces after 1 incorporate footnote

Hi Jen,

>Below is my 1 space after macro, but I need to add 1 space after footnote -
>I keep getting errors in my attempts:

at the end of your code,
run that macro.

Sub Scratchmacro()
Dim objFtn As Footnote
For Each objFtn In ActiveDocument.Footnotes
While objFtn.Range.Characters.Last = " "
objFtn.Range.Characters.Last = ""
Wend
objFtn.Range.Characters.Last.Next = " "
Next
End Sub

--

Greetings from Bavaria, Germany

Helmut Weber, MVP WordVBA

Vista Small Business, Office XP

Safety Articles | Usenet Groups | Usenet News | Bluegrass