F
Frank
Here my code:
Set Cht_level = Charts.Add
With Cht_level
.ChartType = xlLine
.SetSourceData Source:=cht_src
End With
if fails.
But if I
add cht_src.Select
before the code, it works brilliantly?
Why?
Set Cht_level = Charts.Add
With Cht_level
.ChartType = xlLine
.SetSourceData Source:=cht_src
End With
if fails.
But if I
add cht_src.Select
before the code, it works brilliantly?
Why?