Recent content by varc1965

  1. V

    Importing multiple csv based on Date selected

    Hi static, I solved thanking in anyway
  2. V

    Importing multiple csv based on Date selected

    He static, I'm importing different name files , there is the possibility to import using DateModified file system of file ?? code that I'm using whit name files string manipulation : Private Sub Import_Click() Dim stDate, edDate As Date Dim myConvtName As Date Dim dbCurr As DAO.Database Dim...
  3. V

    Importing multiple csv based on Date selected

    Great Static your code run perfectly !!!!!:) thanks a lot, have a nice day !!!!
  4. V

    Importing multiple csv based on Date selected

    Sorry to late, I changed it, but code stopped at same row with same error.
  5. V

    Importing multiple csv based on Date selected

    I take this code from a post of jfgambit member, what do you mean about where ....
  6. V

    Importing multiple csv based on Date selected

    Hi Forum members I'm not a expert vba programmer and I'm trying to adapt belowe code on my db in order to import in one table multiple files in the directory that coincide to those prompted dates. but code stop on red row (run time error 13 type mismatch). Please could anyone help me Thanking...
  7. V

    Importing multiple csv based on Modified Date

    Hi jfgambit, I'm not a expert vba programmer and I'm trying to put your last code on my db in order to import in one table multiple files in the directory that coincide to those prompted dates. but code stop on red row (run time error 13 type mismatch). Please could you help me Thanking in...
Back
Top Bottom