H
Hellautomobile
Hi,
I am working on a macro which alow user to fill in number of copies to be
printed via a formfield.
Sub text()
X = ActiveDocument.FormFields("Text1")
ActiveDocument.PrintOut Copies:=X
End Sub
Ideally, page 1 will always be printed while the number of copies for page 2
can be defined by user by filling in a formfield.
At the moment, when I activate the macro, the printer just keeps printing
.......
Please help......
I am working on a macro which alow user to fill in number of copies to be
printed via a formfield.
Sub text()
X = ActiveDocument.FormFields("Text1")
ActiveDocument.PrintOut Copies:=X
End Sub
Ideally, page 1 will always be printed while the number of copies for page 2
can be defined by user by filling in a formfield.
At the moment, when I activate the macro, the printer just keeps printing
.......
Please help......