T
Tine202
I am having difficulty with this task. I am unable to record a macro that
will only print one page. I have created a faux macro and edited it to
include the following:
Public Sub PrintCurrentPage()
With Dialogs(wdDialogFilePrint)
..Range = wdPrintCurrentPage
..PrintToFile = False
..Execute
End With
End Sub
but it prints the entire document and not just the current page. Can anyone
help me with this. I am using Outlook 2003 on Windows XP.
Thanks in advance
will only print one page. I have created a faux macro and edited it to
include the following:
Public Sub PrintCurrentPage()
With Dialogs(wdDialogFilePrint)
..Range = wdPrintCurrentPage
..PrintToFile = False
..Execute
End With
End Sub
but it prints the entire document and not just the current page. Can anyone
help me with this. I am using Outlook 2003 on Windows XP.
Thanks in advance