Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() After setting the page(s), I would like to automatically change the fit to to each page to whatever setting will give me the best printout. When this prints now, it prints too small. I dont want to limit the total number of pages to only one (as the range may be 10 lines, or 1000 lines), but fully fit each page to one page . This code works for me (searches for the data and prints it out on several pages if I need, or one if there's not a lot of data). Just need to print a little larger. Sub SetPrtAr_MLS_setup() Dim lLastRow As Long lLastRow = Range("I65536:K65536").End(xlUp).Row Orientation = xlLandscape ActiveSheet.PageSetup.PrintArea = Range("a6:N" & lLastRow).Address End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Format page number in excel footer to start at a specific page # | Excel Discussion (Misc queries) | |||
Page not fully printing... | Excel Discussion (Misc queries) | |||
save page ,clear page, reuse same page | Excel Programming | |||
change and/or remove page number watermark in page break preview | Excel Discussion (Misc queries) | |||
excel fit to 1 page shows 1 page but not all data is on that page | Excel Programming |