From that chunk of code, seems like you only need:
Amend and add to your existing code that creates the chart?![]()
With myChart With .Axes(xlValue) .MinimumScale = yourMinScale .MaximumScale = yourMaxScale End With With .Axes(xlCategory) .MinimumScale = yourMinScale .MaximumScale = yourMaxScale End With End With
Bookmarks