Search:

Type: Posts; User: abhi1214

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    3,274

    Reading multiple files at a time

    Set fd = Application.FileDialog(3)
    fd.Title = "Select A File"
    fd.AllowMultiSelect = True
    fd.Filters.Clear
    fd.Filters.Add "CSV File", "*.CSV"
    ...
  2. Re: Creatuing a copy of CSV file in Vba- Access

    Thank you very much . I appreciate that .
  3. Re: Creatuing a copy of CSV file in Vba- Access

    Thank you for your reply . If possible may I take the newPath from the user ?
  4. Creatuing a copy of CSV file in Vba- Access

    Hi,

    I read the .CSV files and import the data to an existing table in Access . The csv file always has two redundant( but important for other purposes) lines at the beginning of the file and I...
Results 1 to 4 of 4



Click Here to Expand Forum to Full Width