Access iconAutomation iconExcel iconVBA icon

Import data to Access from Excel

Back in January, I promised to post a macro that imports data from Excel into Access programmatically.

Continue Reading: Import data to Access from Excel »

Access iconAutomation iconExcel icon

Check Access table(s) from Excel using Automation – Updated Code

Here is the revised and completed code that I posted yesterday. The DAO declarations are moved outside the Sub procedure and the 'Set' statements are outside the function loop. Also, the table & column headers are now passed as arguments to the function, making the code more compact. The speed increase over yesterday's code is significant.

Continue Reading: Check Access table(s) from Excel using Automation – Updated Code »

Random Data Generator