M
Mickey
Hi,
I have the following code to delete a header. How can I get this to loop
and delete all the headers in a document?
ActiveWindow.ActivePane.View.SeekView = wdSeekCurrentPageHeader
Selection.WholeStory
Selection.Delete Unit:=wdCharacter, Count:=1
ActiveWindow.ActivePane.View.SeekView = wdSeekMainDocument
Thanks in advance for the help. I don't know what I'd do without all your
help.
Mickey
I have the following code to delete a header. How can I get this to loop
and delete all the headers in a document?
ActiveWindow.ActivePane.View.SeekView = wdSeekCurrentPageHeader
Selection.WholeStory
Selection.Delete Unit:=wdCharacter, Count:=1
ActiveWindow.ActivePane.View.SeekView = wdSeekMainDocument
Thanks in advance for the help. I don't know what I'd do without all your
help.
Mickey