Hi Jshopping,
Some of us live in different time zones to you, and aren't available 24/7.
You could try:
Code:
Sub PrintOne()
ActiveDocument.PrintOut From:="p1s1", To:="p1s1"
ActiveDocument.PrintOut wdPrintCurrentPage
End Sub
Delete whichever 'PrintOut' line you don't want - the first one prints the first page of the first Section; the second one prints the current page.