View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
RyanH RyanH is offline
external usenet poster
 
Posts: 586
Default Printing a UserForm

I am slowly learning VBA Excel and love this forum. I have a UserForm (named
frmSalesSummary) that I like to print out with every sales order. I
currently have this code to print the form:

frmSalesSummary.PrintForm

The problem I am having is the form does not fit the page well. How can I
adjust how the userform prints? Is it possible to do a page setup like you
do with a worksheet?

Huge Thanks in Advance!