> Perfect!!! THANKYOU.
>
[quoted text clipped - 10 lines]
> > Selection.Collapse wdCollapseStart
> > End Sub
sorry, Replace line "Selection.GoTo What:=wdGoTopage, Which:=wdGoToNext,
Name:=2" with "Selection.GoTo What:=wdGoTopage, Which:=wdGoToNext,
Name:=iGoTo"

Signature
AminC
> Try this:
> Dim iGoTo ' declare variable to store value of current page
[quoted text clipped - 20 lines]
> > > Selection.Collapse wdCollapseStart
> > > End Sub
jeanmac - 17 Sep 2005 15:32 GMT
Thank you for replying to my post. You have given me another very useful
piece of code and I appreciate it.
Jeanmac
> sorry, Replace line "Selection.GoTo What:=wdGoTopage, Which:=wdGoToNext,
> Name:=2" with "Selection.GoTo What:=wdGoTopage, Which:=wdGoToNext,
[quoted text clipped - 24 lines]
> > > > Selection.Collapse wdCollapseStart
> > > > End Sub