Importing Access mdb to Excel

S

seanA

I would like to import data from access mdb file to Excel using VBA
Could someone please help get me started.

Thank You
 
J

Juan Pablo Gonzalez

You can use Get External Data, New Database query..., while you record a
macro. Another, more complicated option, is to use ADO.
 
Top