View Single Post
 
Old 01-24-2015, 01:47 PM
Story11 Story11 is offline Windows 7 64bit Office 2013
Novice
 
Join Date: Jan 2015
Posts: 28
Story11 is on a distinguished road
Default

@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.
Reply With Quote