Can anyone tell me how to access a bookmark in headers/footers. If I record a macro to do this I get the following lines of code:
ActiveWindow.ActivePane.View.SeekView = wdSeekCurrentPageHeader
Selection.GoTo What:=wdGoToBookmark, Name:="B5"
However when I include this in my project I get a run time error saying that the bookmark cannot be found....... any help greatfully appreciated - thanks - Nigz
ActiveWindow.ActivePane.View.SeekView = wdSeekCurrentPageHeader
Selection.GoTo What:=wdGoToBookmark, Name:="B5"
However when I include this in my project I get a run time error saying that the bookmark cannot be found....... any help greatfully appreciated - thanks - Nigz