View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
AA2e72E AA2e72E is offline
external usenet poster
 
Posts: 400
Default How do you print the whole userform?

Add

Me.PrintForm

to the UserForm_Click() (or other) event.

"Ozgur Pars" wrote:

Hello,
sorry but I can't figure it out from the help or previous posts or any VB
website. How can I print the whole userform and not only the visible part of
it.
Please any clue would help...

Thanks,
Ozgur