I have a GUI that imports .dat files, processes it and exports the results as a row to an excel file for each .dat file i process. I would like to also export the name of the file as the first entry in the row that i am exporting. Any idea how i can do it?
This is something i have tried and did not work.
1. assign the filename i got from uigetfile to a variable
2. set handle.title = variable
3. export the handle along with the other results.
All i get in excel file is a number instead of the file name.
Your help is much appreciated!
Thanks
This is something i have tried and did not work.
1. assign the filename i got from uigetfile to a variable
2. set handle.title = variable
3. export the handle along with the other results.
All i get in excel file is a number instead of the file name.
Your help is much appreciated!
Thanks