Hi CJP,
I don't know what causes this behaviour but a possible work-around if
required seems to be to replace
Range:=wdPrintCurrentPage
Pages:=""
in the Application.PrintOut command with
Range:=wdPrintRangeOfPages
Pages:=CStr(Selection.Information(wdActiveEndPageNumber)).
It seems to have worked for Tabasco Ed (no relation) from one of whose
replies I snaffled it, and (so far) it works for me.
Cheers.
Ed
> We have a problem in that if you have a 2 page document on screen in print
> layout view showing the top of the first page but with the cursor in the
[quoted text clipped - 12 lines]
>
> Thanks in advance.
CJP - 27 Feb 2006 10:01 GMT
Thanks ED
That seems to have fixed the problem, would be nice if Microsoft fixed the
bug though. Thanks again
> Hi CJP,
>
[quoted text clipped - 38 lines]
> >
> > Thanks in advance.