Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi. In a worksheet I have some code which automatically updates the Gridlines
each time new source data is updated. It has been working fine however for some reason now, it updates whilst going through the code, but when a cell is chosen outside the graph eg cell A8, it resorts back to the original scale. Code as follows: With ActiveChart.Axes(xlValue) .MinimumScale = 0 .MaximumScale = 40000000 .MinorUnit = 200000 .MajorUnit = 5000000 .Crosses = xlAutomatic .ReversePlotOrder = False .ScaleType = xlLinear .DisplayUnit = xlNone End With Range("A8").Select Can anyone see what is going wrong here and why the gridlines don't stay on the scale above? Cheers. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
excel graphs won't update | Charts and Charting in Excel | |||
Pasting Graphs - making me crazy! | Excel Discussion (Misc queries) | |||
HYPERLINK GRAPHS | Charts and Charting in Excel | |||
Are there better GRAPHS within EXCEL or Add-on graphs? | Charts and Charting in Excel | |||
Copying Charts and graphs to another worksheet with formulas | Excel Worksheet Functions |