ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Setting the range in a chart using VB (https://www.excelbanter.com/excel-programming/288610-setting-range-chart-using-vbulletin.html)

Torben Laursen

Setting the range in a chart using VB
 
Hi
My VB code calls a C++ dll and gets a Variant array with double back.
The number of points in the array changes every time and I want a chart to
display them.
Can anyone give me any hint as to how to feed the right range into a chart
using VB

Thanks Torben



Dave Jaeger

Setting the range in a chart using VB
 
This is something my I guy came up with

Sub Update_Chart(

Dim stRange As String, endrow As Intege

endrow = Range("a1").End(xlDown).ro

stRange = "a1:b" & endro

ActiveSheet.ChartObjects("Chart 1").Activat
ActiveChart.SetSourceData Source:=Range(stRange), PlotBy
:=xlColumn

Range("a1").Selec
End Su



All times are GMT +1. The time now is 02:04 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com