About 3,830,000 results
Open links in new tab
  1. How can I connect to a ms-access database from vba in excel?

    Jul 12, 2019 · I'm trying to connect to an ms-access database from Excel by using VBA code, but I receive the error message "not valid password". I have an office 365 subscription.

  2. Access VBA Database – Open, Connect, Login, & More - Automate Excel

    Jul 9, 2022 · This tutorial will demonstrate how to use VBA to open an Access Database. It will also demonstrate how to create a login to access the database – checking if the user name …

  3. Connecting to Microsoft Access Database from Excel VBA, using …

    Automating Access from Excel: You can connect to and access a database using DAO, from external applications which support automation (viz. MS Excel, MS Word, etc.), and in this …

  4. How to connect to Access Database - ADO ... - Let's excel in Excel

    Feb 3, 2024 · Using Excel Macros (VBA) you can connect to any Databases like SQL, Oracle or Access DB. In this Article you will learn, how you can do a connection with an Access Database.

  5. VBA: How to setup connection with Access to retrieve data into Excel

    Aug 5, 2022 · Referring to following online database file, I would like to know on how to retrieve those data into Excel, and would like to know on how to setup the connection as well.

  6. Get Data From Access Database with Excel VBA - Stack Overflow

    Feb 19, 2019 · Once you checked with the connection that everything works, you have 2 solutions to put that in VBA. Either use exactly the code you have above; in that case, you can make …

  7. VBA, Open Access Database From Excel - VBA and VB.Net …

    Sep 2, 2015 · In this article I will explain how you can open an existing Access database from Excel using VBA. If you wish to only import the data into excel you could use the topic covered …

  8. Using Excel as front end to Access database (with VBA)

    Mar 10, 2009 · I am building a small application for a friend and they'd like to be able to use Excel as the front end. (the UI will basically be userforms in Excel). They have a bunch of data in …

  9. Excel VBA - VBA to connect to an MSAccess database on …

    Jun 10, 2024 · The issue is now this MSAccess DB has been moved to the Sharepoint and I'm not able anymore to open the connection to this DB. Probably the issue can be solved by adding …

  10. Opening Access from Excel VBA - Stack Overflow

    May 1, 2013 · Are you attempting to run the Access GUI inside Excel, or just trying to connect to the database and query the data inside?