This is my chart creating macro.
I want to change some parameters of the graph, but get an error:
Automation error
Sub CreateChart()
Dim jS As Worksheet
Dim jRow As Long
Dim jChart As Chart
Dim jChartRange As Range
Set jS = ActiveSheet
Range("A2:B2").Select
Set jChartRange =...