S seanA Apr 28, 2004 #1 I would like to import data from access mdb file to Excel using VBA Could someone please help get me started. Thank You
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 Apr 28, 2004 #2 You can use Get External Data, New Database query..., while you record a macro. Another, more complicated option, is to use ADO.
You can use Get External Data, New Database query..., while you record a macro. Another, more complicated option, is to use ADO.