@
charlesdh: It seems like the code will work now, thank you. I only want to ask something...
Some lines of your code said these...
Code:
''' If OS is Mac it comes here
Call Select_File_Or_Files_Mac
Else
''''' If OS is PC it comes here ''''
Call Gather_Data
...does that mean that if OS is not PC, the code will not run? I'm asking this because I want the code to run whether it is PC or MAC. Thank you.