Find/Replace Header text using VBScript

K

Keith

I have a .vbs sript that will search through Word documents and Find/Replace
the input strings. Unfortunately, it only changes the text in the body of
the documents. If the Find string is in the Header, my script ignores it.

I tried setting the SeekView property to wdSeekCurrentPageHeader, as I would
in a Word Macro, but that doesn't work in the VBScript file.

Any suggestions would be greatly appreciated.
 
Top