Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 139
Default .PageSetup: Any recent workarounds for the speed problem?

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,718
Default .PageSetup: Any recent workarounds for the speed problem?

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 139
Default .PageSetup: Any recent workarounds for the speed problem?

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Chart PageSetup Size Speed VBA Brian Reilly, MVP Charts and Charting in Excel 4 January 9th 07 04:06 AM
Most Recent File problem - Help!! Wibs Excel Discussion (Misc queries) 1 November 20th 05 01:21 PM
Support Article: 305342 - Workarounds provided DO NOt work as expe Enohp Aikon Excel Programming 0 October 2nd 05 10:13 PM
pagesetup.zoom problem !!! Olivier[_3_] Excel Programming 3 October 22nd 04 04:34 PM
Problem with PageSetup & Printing Mike H[_7_] Excel Programming 0 January 26th 04 08:21 PM


All times are GMT +1. The time now is 02:37 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"