Re: Headers, footers and macros
- From: "Helmut Weber" <h.weber@xxxxxxxxxxxx>
- Date: 13 Oct 2005 02:52:28 -0700
No.
Have a look at this:
Dim r As Range
Set r = ActiveDocument.StoryRanges(wdPrimaryHeaderStory)
With r.Find
..Text = "dk"
..Replacement.Text = "xx"
' clear other options in addition
..Execute Replace:=wdReplaceAll
End With
Greetings from Bavaria
Helmut Weber, MVP WordVBA
"red.sys" & chr(64) & "t-online.de"
Word 2002, Windows 2000
.
- References:
- Headers, footers and macros
- From: Jorge
- Re: Headers, footers and macros
- From: Helmut Weber
- Headers, footers and macros
- Prev by Date: Re: Print field code shading
- Next by Date: Re: Accessing paragraphs in a table cell
- Previous by thread: Re: Headers, footers and macros
- Next by thread: Accessing paragraphs in a table cell
- Index(es):
Relevant Pages
|