Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Apr 19, 9:52 am, wrote:
Right now, I am using the following commands: With ActiveChart.Axes(xlValue, xlPrimary) .MinimumScale = Worksheets("Aux").Range("M15") .MaximumScale = Worksheets("Aux").Range("M14") .MajorUnitIsAuto = True .MinorUnitIsAuto = True End With and doing this for each of the Primary, Secondary, and Category axes. Are you sure that scaling the axis is indeed the issue here, rather than the amount of data that excel has to lay-out? Maybe scaling the axes before setting the data for the chart would help improve the performance, if scaling is indeed the issue. David |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Need to Speed Up A Code | Excel Worksheet Functions | |||
Excel 2002: Need to speed up calculation and response time | Excel Discussion (Misc queries) | |||
Why has my mouse pointer response slowed to a crawl speed ? | Excel Worksheet Functions | |||
Need Code to Set Scaling Zoom in PageSetup in Auto_Open Sub | Excel Programming | |||
Code modification to accomodate scaling and print areas. | Excel Programming |