Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by moobcinos

  1. moobcinos

    Import Excel spreadsheet into Access

    This is what my code looks like now. I moved the spreadsheet I'm trying to import onto my Desktop just for testing to see if it was a security issue on the network drive in which it resides. *********************************************************** Option Compare Database Function...
  2. moobcinos

    Import Excel spreadsheet into Access

    @Remou - I thought it may be the folder security as well, so I copied the spreadsheet to my local machine and modified the code to point to it. I still got the same error @bubba100 - I noticed that too after the fact, so I changed it to _ExportDB.xls, which is the name of the file. I still got...
  3. moobcinos

    Import Excel spreadsheet into Access

    I tried both of these suggestions to no avail.
  4. moobcinos

    Import Excel spreadsheet into Access

    Hi All, I am a newbie to VBA coding and am trying to do a relatively simple thing. I am attempting to automate the process of importing an Excel spreadsheet into an Access database, run a couple of queries against the data in the newly imported table, then export the resulting reports to Word...

Part and Inventory Search

Back
Top