Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying to get the mininmum value of my Y axis to link to a cell with in
my worksheet. I want the other axis settings to remain on auto. I want the minimum value to equal sell $S$3 everytime Cell $A$3 changes. Below is what I have so far, but this doesn't work. When I run the code the End Sub is lit up. Private Sub Worksheet_Change(ByVal Target As Range) Select Case Target.Address = "$A$3" Case Range("$S$3") With ActiveSheet.ChartObjects("Chart 1").Chart.Axes(xlValue) .MinimumScale = "$S$3" End With End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Pie Charts - Scaling | Charts and Charting in Excel | |||
Auto Scaling Charts | Charts and Charting in Excel | |||
Dynamic Scaling for Charts | Charts and Charting in Excel | |||
Logarithm scaling for charts | Charts and Charting in Excel | |||
Auto Scaling in charts | New Users to Excel |