> Supposing I'm in Section X in a Word document, how could I write in
> VBA, please, the command which says "Go to Section X+1 (i.e. next
[quoted text clipped - 3 lines]
>
> Roderick
Selection.GoTo what:=wdGoToSection, which:=wdGoToNext

Signature
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Roderick O'Regan - 19 Aug 2005 20:02 GMT
Thanks Jay. And apologies...I posted this into the wrong forum. It
should have been the next one on my list: the VBA.General one.
Roderick
>> Supposing I'm in Section X in a Word document, how could I write in
>> VBA, please, the command which says "Go to Section X+1 (i.e. next
[quoted text clipped - 5 lines]
>
> Selection.GoTo what:=wdGoToSection, which:=wdGoToNext