To be honest im not understanding anything in that thread?
Is the code im using now, But i obviousily need soemthing in there to ignore creating the file if it already exists.... How will i go about that?Code:Private Sub btnStart_Click() If Dir(App.Path & "\Recordings") = "" Then MkDir App.Path & "\Recordings" End If
Sorry its just i dont understand what to change or what to add.
thanks




Reply With Quote