
help needed getting Excel data into TSV Actual Work
Hello Carole,
Hello,
The macro makes the Excel spreadsheet visible. Do I need to place the
spreadsheet values into an array(?) and pass them into the procedure in
order to get the values?
* Not at all. You can read the Excel data as Cells (Row, Column).Value and
assign them to the appropriate TimeScaleValue(X) as you seem to suggest
Do I need to write this macro from the Excel side?
* Entirely your choice. If we are dealing with small volumes, itreally is
irrelevant; if you are dealing with large volumes, I would advise to aim at
the smallest number of Active X calls e. g. ik you have many more Excel
instructions write in Excel and vice versa, this can speed up processing.