Jun 12, 2002 #1 xq Programmer Jun 26, 2002 106 NL i have one blank column B, and i don't want it appears in chart, how do i do it? that's the code i've written, but it didnt' give me what i want. Charts(1).SetSourceData Source:=Sheets(1).Range("a1:d10), _ PlotBy:=xlColumns thanks a lot !
i have one blank column B, and i don't want it appears in chart, how do i do it? that's the code i've written, but it didnt' give me what i want. Charts(1).SetSourceData Source:=Sheets(1).Range("a1:d10), _ PlotBy:=xlColumns thanks a lot !
Jun 12, 2002 #2 xlbo MIS Mar 26, 2002 15,080 GB try this (untested) Charts(1).SetSourceData Source:=Sheets(1).Range("a1:a10,c1:c10", _ PlotBy:=xlColumns Rgds Geoff Upvote 0 Downvote
try this (untested) Charts(1).SetSourceData Source:=Sheets(1).Range("a1:a10,c1:c10", _ PlotBy:=xlColumns Rgds Geoff