Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Office 2003.
When setting .PageSetup props, it's hopelessly slow. Something about multiple calls to the print driver last I heard. Been working around it with the Excel 4.0 macro kludge, but that doesn't seem to support .FitOnPageTall or ...Wide. Is there anything more recent to get around the performance issue? -- PeteCresswell |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is there anything more recent to get around the performance issue?
Maybe Excel 14 (version after 12). No joke. However a fast driver alleviates much of the problem. Get the latest for your printer. but that doesn't seem to support .FitOnPageTall or ...Wide. It does. The thirteenth argument, scale, specifically. This sets it to 2 wide and 3 tall. =PAGE.SETUP(,,,,,,,,,,,,{2,3}) PAGE.SETUP(head, foot, left, right, top, bot, hdng, grid, h_cntr, v_cntr, orient, paper_size, scale, pg_num, pg_order, bw_cells, quality, head_margin, foot_margin, notes, draft) -- Jim "(PeteCresswell)" wrote in message ... | Office 2003. | | When setting .PageSetup props, it's hopelessly slow. Something about multiple | calls to the print driver last I heard. | | Been working around it with the Excel 4.0 macro kludge, but that doesn't seem to | support .FitOnPageTall or ...Wide. | | | Is there anything more recent to get around the performance issue? | -- | PeteCresswell |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Per Jim Rech:
PAGE.SETUP(head, foot, left, right, top, bot, hdng, grid, h_cntr, v_cntr, orient, paper_size, scale, pg_num, pg_order, bw_cells, quality, head_margin, foot_margin, notes, draft) That's like *gold* for me.... Thanks! -- PeteCresswell |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Chart PageSetup Size Speed VBA | Charts and Charting in Excel | |||
Most Recent File problem - Help!! | Excel Discussion (Misc queries) | |||
Support Article: 305342 - Workarounds provided DO NOt work as expe | Excel Programming | |||
pagesetup.zoom problem !!! | Excel Programming | |||
Problem with PageSetup & Printing | Excel Programming |