Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
The following code takes about 20 to 30 seconds to run in Excel 98. Why and
how can I speed it up? With ActiveSheet.PageSetup .PrintArea = ActiveWorkbook.Names.Item("onhand") .PrintTitleColumns = ActiveWorkbook.Names.Item("onhandheading") .LeftMargin = Application.InchesToPoints(0.5) .RightMargin = Application.InchesToPoints(0.5) .TopMargin = Application.InchesToPoints(0.5) .BottomMargin = Application.InchesToPoints(0.5) .PrintHeadings = False .PrintGridlines = False .PrintComments = xlPrintNoComments .PrintQuality = 600 .CenterHorizontally = True .CenterVertically = False .Orientation = xlLandscape .Draft = False .PaperSize = xlPaperLetter .FirstPageNumber = xlAutomatic .Order = xlDownThenOver .BlackAndWhite = False .Zoom = 80 End With ActiveWindow.SelectedSheets.PrintOut -- Carl & Linda Brehm Lake Lafourche Bird House Hebert, LA Keets, Tiels, GN & Red Lories, Quakers Mitred Conures, TAG's,DYH, Bourkes, Cages, Toys, Toy parts Wholesale/Retail Feed & Supplies --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.504 / Virus Database: 302 - Release Date: 07/24/2003 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
slow response to change in cell | Excel Discussion (Misc queries) | |||
Slow response opening Formats? | Excel Discussion (Misc queries) | |||
Slow ribbon response to ALT press | Excel Discussion (Misc queries) | |||
Excel SLOW !! Response time ... | Excel Discussion (Misc queries) | |||
Sumproduct formulas & slow response | Excel Worksheet Functions |