C
Carole
I use a userform to create a document summary at the top
of my document. I use the following code to get to the
beginning of my document before creating the summary.
Selection.GoTo What:=wdGoToPage, Which:=wdGoToNext,
Name:="1"
It works for the majority of users (or the majority of the
documents - not quite sure) but for some of the users, the
summary ends up in the middle of the document.
1. Do you have a better command line I can use to make
sure that the summary always ends up at the top of the
document and not in the middle?
2. Can you tell from this little bit of information why
this is happening?
Thank you in advance.
Carole
of my document. I use the following code to get to the
beginning of my document before creating the summary.
Selection.GoTo What:=wdGoToPage, Which:=wdGoToNext,
Name:="1"
It works for the majority of users (or the majority of the
documents - not quite sure) but for some of the users, the
summary ends up in the middle of the document.
1. Do you have a better command line I can use to make
sure that the summary always ends up at the top of the
document and not in the middle?
2. Can you tell from this little bit of information why
this is happening?
Thank you in advance.
Carole