User Profile

Collapse

Profile Sidebar

Collapse
paul86
paul86
Last Activity: Mar 31 '08, 03:14 PM
Joined: Mar 19 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • paul86
    replied to Scanning directory of excel files
    Any tips? Thanks guys. :)
    See more | Go to post

    Leave a comment:


  • paul86
    replied to Scanning directory of excel files
    Sorry, been really busy and haven't checked this thread in a little while, thanks for your responses though. I'm using the VB built into Access. I'm not using any sort of import function as of right now...this is the code i'm using right now to import an excel file into the access database.

    [CODE=vb]Sub test()
    Dim con As New ADODB.Connectio n

    con.Open _
    "Provider=Micro soft.Jet.OLEDB. 4.0;Data Source=C:\sampl eimport2.mdb;Je t...
    See more | Go to post
    Last edited by Killer42; Mar 31 '08, 11:33 PM. Reason: Added CODE=vb tag

    Leave a comment:


  • paul86
    started a topic Scanning directory of excel files

    Scanning directory of excel files

    Hi all, I have a vb question that i'm hoping I can get some help with.

    I have a directory of excel files (probably about 1000) of them. They are quote sheets for the company I work for, and they are all the exact same format. I need to create some code in vb using microsoft access that will scan through this directory of excel files, and pull certain cells of information from each of them, and store this information into an access...
    See more | Go to post
No activity results to display
Show More
Working...