Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am programming a chart building worksheet with vb, and I must scale
the axes based on a value within my spreadsheet. 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. However, with 32,000 data points and 8 to 16 series, this takes forever. Aside from just using a splash screen to help the user pass the time, does anyone have any suggestions on how to speed this up or how to do this a better way? Thanks! |
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 |