Bypassing Transferspreadsheet if file does not exist

JDeezy

Registered User.
Local time
Yesterday, 23:16
Joined
Sep 4, 2009
Messages
54
Is their anyway to bypass the transferspreadsheet command if the file path does not exist?
 
Use the Dir() function to test if the \path\file exist. Search around for there are lots of examples on using Dir().
 
Perfect! I really just couldnt remember the coding. Thanks ghudson!
 

Users who are viewing this thread

Back
Top Bottom