I have a form in Excel 2010 that my coworkers and I have to print doing our job. I use the following code to print the form:
When I print the form, it prints fine but when some of my co-workers print it, it doesn't fit on one page. It actually takes 4 pages to print the one page. The right column and bottow row doesn't fit on one page but when I print (to the same printer!) it prints ok.
Is there a way to force the page to print on one page no matter what computer is being used?
Code:
Sheets("ControlSheet").PrintOut
When I print the form, it prints fine but when some of my co-workers print it, it doesn't fit on one page. It actually takes 4 pages to print the one page. The right column and bottow row doesn't fit on one page but when I print (to the same printer!) it prints ok.
Is there a way to force the page to print on one page no matter what computer is being used?