R
Ray Morton
I currently have multiple csv files from a SCADA computer system that I am converting to excel spreadsheets. All of these files have a designated name like "TANKS000.csv". If the files are not converted within a 24 period then The SCADA Program will create another CSV file named "TANKS001.csv". Here is my problem, how can I write the macro to trend my data to a chart no matter what the worksheet is named? Here is a sample of the macro where I am getting hung up.
ActiveChart.SetSourceData Source:=Sheet("TANKS000").Range("B8:M103"), _
PlotBy:=xlColumns
I need help!!!!
ActiveChart.SetSourceData Source:=Sheet("TANKS000").Range("B8:M103"), _
PlotBy:=xlColumns
I need help!!!!