View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
jaf jaf is offline
external usenet poster
 
Posts: 300
Default Print Userform - fit to page

Hi,
There is probably a print driver setting to "fit to page".


John


"Morlin" wrote in message ...
I have a userform that I have set to print. Is it possible to change
the print code and make it "fit to page" so I don't have to modify my
form visually?

the current code is:

UserForm1.PrintForm

I'm just hoping there is a simple solution without having to modify
the entire form.

Thanks all for any help you can give.