I want to take my form which uses point 8 font and scale it when i use the print button, so it makes it a little bigger.... say scale = 1.25 or 1.5 is that possible?
how can i change the orientation to landscape to print?
it just keeps printing to portrait even if i say printer.orientation = vbPRORLandscape
please help :)
AND sorry i forgot to add that when i use the first section of the code IT PRINTS however it is in portrait form
and when i use the second section it gives me a runtime error 486
thanks
i am trying to print my form in landscape mode
code:
printer.orientation = vbPRORlandscape
printer.enddoc
printform
DOESN'T WORK
code:
printer.orientation = vbPRORlandscape
printform
printer.enddoc
DOESN'T WORK
I NEED HELP PLEASE!?!?!?!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.