I want both the workfile and the csv file merged into the same workfile, but the workfile range should equal the range of the csv file.
If i do this:
Code: Select all
wfopen equation.WF1
import data.csv
I basically want to do this:
Code: Select all
wfopen data.csv
But i can't just use the import command to get the equation:
Code: Select all
import equation.WF1
