Sorry Mike, I should have mentioned. This needs to be
under VBA.
>-----Original Message-----
>Gary,
[quoted text clipped - 15 lines]
>
>.
Mike Seddon - 09 Dec 2003 20:12 GMT
Ah. Sorry then. My help was much of a help was it.
Have you tried the VBA group? microsoft.public.word.VBA.addins
CHeers
Mike
KKopy - the FREE smart cut & paste tool from Kutchka.
Download it for free at
http://www.kutchka.com/downloads/DownloadKKopy.asp
Doug Robbins - Word MVP - DELETE UPPERCASE CHARACTERS FROM EMAIL ADDRESS - 11 Dec 2003 08:44 GMT
Hi Garry,
Dim i as Integer
For i = 1 to ActiveDocument.Sections.Count
ActiveDocument.PrintOut Range:=wdPrintFromTo, From:="s" & i, To:="s" & i
Next i
Please post any further questions or followup to the newsgroups for the
benefit of others who may be interested. Unsolicited questions forwarded
directly to me will only be answered on a paid consulting basis.
Hope this helps
Doug Robbins - Word MVP
> Sorry Mike, I should have mentioned. This needs to be
> under VBA.
[quoted text clipped - 20 lines]
> >
> >.