J JDeezy Registered User. Local time Yesterday, 23:16 Joined Sep 4, 2009 Messages 54 Mar 11, 2010 #1 Is their anyway to bypass the transferspreadsheet command if the file path does not exist?
ghudson Registered User. Local time Today, 00:16 Joined Jun 8, 2002 Messages 6,194 Mar 11, 2010 #2 Use the Dir() function to test if the \path\file exist. Search around for there are lots of examples on using Dir().
Use the Dir() function to test if the \path\file exist. Search around for there are lots of examples on using Dir().
J JDeezy Registered User. Local time Yesterday, 23:16 Joined Sep 4, 2009 Messages 54 Mar 11, 2010 #3 Perfect! I really just couldnt remember the coding. Thanks ghudson!