View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Rick Rothstein Rick Rothstein is offline
external usenet poster
 
Posts: 5,934
Default Can "print area" cover entire page???

Look up the FitToPagesWide and FitToPagesTall properties in the help
files... they are properties of the PageSetup object.

--
Rick (MVP - Excel)


"Robert Crandal" wrote in message
...
The print area of my spreadsheet is around 13x20 cells. What do
I need to do to tell Excel to print my sheet on just ONE page and
to cover the ENTIRE page???

I tried setting all margins to 0, set landscape orientation, and I
set the "scale" width and height to 1 page. Anybody got any advice??

Thank you!