C
Charles Germann
Word 97
VB 6
I am trying to create footers in a macro. I have just about everything
working with the different sections (I want a different footer for each
section)
The problem I am having is when I execute this line of code:
Selection.HeaderFooter.LinkToPrevious = False
I lose focus to the footer I wanted to type in. The footer "box" is still up
but my cursor is no longer inside, so when I add the text:
Selection.TypeText Text:=strFooter
It does not show up.....
How can I set focus back to the footer after I execute the LinkToPrevious =
False code?
Thanks
VB 6
I am trying to create footers in a macro. I have just about everything
working with the different sections (I want a different footer for each
section)
The problem I am having is when I execute this line of code:
Selection.HeaderFooter.LinkToPrevious = False
I lose focus to the footer I wanted to type in. The footer "box" is still up
but my cursor is no longer inside, so when I add the text:
Selection.TypeText Text:=strFooter
It does not show up.....
How can I set focus back to the footer after I execute the LinkToPrevious =
False code?
Thanks