>I have a simple procedure for printing the current page that works some of
>the times, but other times prints the entire page (print current page still
[quoted text clipped - 8 lines]
>
>Mike
Try this, it works for me:
'Print the current page.
Application.PrintOut FileName:="", Range:=wdPrintRangeOfPages, _
Item:=wdPrintDocumentContent, Copies:=1, _
Pages:=CStr(Selection.Information(wdActiveEndPageNumber)), _
PageType:=wdPrintAllPages, Collate:=True, _
Background:=False, PrintToFile:=False