D
David
I am using Word 97 on my local machine in a network
environment (with a network printer). I recorded a macro
to print only the current page of the document. The macro
code looks like this:
Application.PrintOut FileName:="",
Range:=wdPrintCurrentPage, Item:= _
wdPrintDocumentContent, Copies:=1, Pages:="",
PageType:=wdPrintAllPages, _
Collate:=True, Background:=True, PrintToFile:=False
I placed a new button on my toolbar that is assigned to
this macro. When I click on the button, i get 2 copies of
the page, not one as I expect. What's up?
TIA
David
environment (with a network printer). I recorded a macro
to print only the current page of the document. The macro
code looks like this:
Application.PrintOut FileName:="",
Range:=wdPrintCurrentPage, Item:= _
wdPrintDocumentContent, Copies:=1, Pages:="",
PageType:=wdPrintAllPages, _
Collate:=True, Background:=True, PrintToFile:=False
I placed a new button on my toolbar that is assigned to
this macro. When I click on the button, i get 2 copies of
the page, not one as I expect. What's up?
TIA
David