Print UserForm?
Charlote,
DoCmd.PrintOut , 1, 1, acHigh, 1, True
This says print the form from page 1 to 1 print quality High, print 1 copy
and collate.
God Bless,
Mark A. Sam
"Charlotte E" <@ wrote in message
...
Is it possible to print a UserForm from VBA?
And, if so, how?
TIA,
|