01-29-2017 11:38 AM
Hello,
i use the TDM Excel Add-In in a Excel VBA Project. I am able to load, proceed and close tdm-files. Is there also a solution to load multible files (like MultiSelect = True)?
Thank you very much
Udo
01-29-2017 01:39 PM
Hi Udo,
unfortunately the TDM Excel Add-In doesn't support loading multiple TDM/TDMS files at a time.
You may consider using DIAdem for working with multiple files or concatenated loading.
You may also try DIAdem 2017 beta which allows writing data back to XLSX in exact the same format as the TDM Excel Add-In does. This may allow to get the best of both worlds.
01-30-2017 08:13 AM
I made some LabVIEW code that can convert multiple TDMS files into Excel files using the Add-In. I know this is a DIAdem subforum but the code in there might help, or could even be built into an EXE that just gets ran.
http://forums.ni.com/t5/Community-Documents/TDMS-to-XLSX-Conversion/ta-p/3511652
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
01-30-2017 12:31 PM
Thank you very much