10-11-2018
03:25 AM
- last edited on
06-03-2025
11:25 AM
by
Content Cleaner
Hello,
I use an Excel add-in to import some data from a tdms file. In the add-in description is explained how I copy this data to my excel sheet.
http://www.ni.com/example/10207/en/
But the maximum number of rows is greater than 2000000 in this tdms file. The important values are near the maximum value and I only need a part of the whole values. Is it possible to define the first import position with VBA?
10-26-2018
05:42 AM
- last edited on
06-03-2025
11:26 AM
by
Content Cleaner
Hello,
I would like to ask you to chcek this TDM Excel Add-In Tool for Microsoft Excel User Guide. The way how to start importing from the certain point of TDMS file is over there.
Is it what you are looking for?
10-26-2018 05:57 AM
Hello,
this could be what you are looking for in VBA: TDM Importer Excel start index automation.
Let me know if this helped?