V
vicenflor
Hello,
Can somebody help me with the following problem :
I have created an userform with a commandbutton called "preview". When this
"preview" button is pressed, I want to see the printpreview of an existing
document, called "Page1"which is also open. With the code I use -
Documents.Open("Page1.doc").PrintPreview-, the userform page stays on top
hiding the printpreview. How do I place the printpreview on top of the screen?
I would like to protect also the printpreview so that only the printer,
printsetup and close button can be clicked by the operator. If the close
button is clicked, the display should return to the userform. The operator
may not be able to return to the word document after closing the printpreview.
Thanks
Can somebody help me with the following problem :
I have created an userform with a commandbutton called "preview". When this
"preview" button is pressed, I want to see the printpreview of an existing
document, called "Page1"which is also open. With the code I use -
Documents.Open("Page1.doc").PrintPreview-, the userform page stays on top
hiding the printpreview. How do I place the printpreview on top of the screen?
I would like to protect also the printpreview so that only the printer,
printsetup and close button can be clicked by the operator. If the close
button is clicked, the display should return to the userform. The operator
may not be able to return to the word document after closing the printpreview.
Thanks