Thread
:
Graph not plotting correctly if source not selected
View Single Post
#
1
Posted to microsoft.public.excel.programming
Frank[_28_]
external usenet poster
Posts: 14
Graph not plotting correctly if source not selected
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?
Reply With Quote
Frank[_28_]
View Public Profile
Find all posts by Frank[_28_]