Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
This only affects the chart object within the active sheet, for me. How would I modify it to work with all charts in the workbook? I have 60+ charts I would like to update...
I am currently trying to use: --- Sub FormatYAxis() For Each Sht In ActiveWorkbook.Sheets For Each ChtObj In Sht.ChartObjects With ChtObj.Chart ' Category (Y) Axis With .Axes(xlValue) .MinimumScale = Range("B11").Value .MaximumScale = Range("B12").Value .MinorUnit = Range("B13").Value .MajorUnit = Range("B14").Value End With End With Next Next End Sub |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to draw chart: log scale on X axis, natural scale on y axis? | Charts and Charting in Excel | |||
LINKEDRANGE function - a complement to the PULL function (for getting values from a closed workbook) | Excel Worksheet Functions | |||
"Scale breaks" required in (Z) axis | Charts and Charting in Excel | |||
Excel Charts - Data being Plotted beyond Primary X-Axis Scale | Charts and Charting in Excel | |||
change axis info on radar charts | Charts and Charting in Excel |