Hi
Users can select a range 50 to 600 in a chart panel. Currently I m using:
But I want the "u601" to be a variable based on what the user selects. That way when i read the data in it will already be the reduced size for the chart graph. I searched and some use {} but that doesnt to work for me.Code:Dim myCommand As New OleDbCommand("Select * From [Delay$h1:u601]", myConnection)
Can someone give me a variable based to select data from the Delay excel sheet starting at h1 please?
Thanks.


Reply With Quote
