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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ilgale
  • Content: Threads
  • Order by date
  1. ilgale

    Opening a local recordset in Access

    I'm in Access, and I've to develop and application that import data from an Excel SpreadSheet and copy such data into an Access table. I've used the following code to open the Excel Spreadsheet: Dim xl As Object Set xl = CreateObject("Excel.Application") xl.Workbooks.Open...

Part and Inventory Search

Back
Top