P
Patrice
Hi,
I'd like to know why this line works in an Access module when I speak with
Excel
..
..
With objGra
..
..
..SetSourceData Source:=objSht.Range("A1:E" & intMaxRow + 1), _
PlotBy:=xlColumns
and not this one
..SetSourceData Source:=objSht.Range("A1:A" & intMaxRow + 1 & ", D1" _
& intMaxRow + 1), PlotBy:=xlColumns
Thank you
Patrice
I'd like to know why this line works in an Access module when I speak with
Excel
..
..
With objGra
..
..
..SetSourceData Source:=objSht.Range("A1:E" & intMaxRow + 1), _
PlotBy:=xlColumns
and not this one
..SetSourceData Source:=objSht.Range("A1:A" & intMaxRow + 1 & ", D1" _
& intMaxRow + 1), PlotBy:=xlColumns
Thank you
Patrice