I have an excel file with some data, I need to import all the data into MS Access using VBA, and then run a query on it, and finally present the data in a report.
How can this be acheived?
I have an excel file with some data, I need to import all the
Share
Reference : http://office.microsoft.com/en-in/excel-help/import-excel-data-to-an-access-database-HP005200852.aspx
Make sure the Microsoft Excel data is in list format: each column has a label in the first row and contains similar facts, and there are no blank rows or columns within the list.
Thanks