Thread: Print UserForm?
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Mark A. Sam Mark A. Sam is offline
external usenet poster
 
Posts: 10
Default 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,