98.7% Of all customers recommend us, we're so confident about our results we publish all reviews and stats
View Live Stats View ReviewsForum home » Delegate support and help forum » Microsoft Excel VBA Training and help » Excel VBA
Excel VBA
Resolved · Low Priority · Version 2003
Barry has attended:
Excel VBA Intro Intermediate course
Excel VBA
What is the VBA code to import data from a Access table
RE: Excel VBA
Hi Barry
Than you for your question
There is no single line of code that will allow you to import data from a relational database such as access.
There is in fact a complete set of objects known a ActiveX Data Objects (ADO) and you need a thorough understanding of these before you can properly import data into excel.
As a start I would recommend the following link which would get you started.
http://en.wikipedia.org/wiki/ActiveX_Data_Objects
ADO is a major topic area of the intermediate/advanced VBA course that we hope to launch in the next few months
Regards
Stephen
Training information:
Welcome. Please choose your application (eg. Excel) and then post your question. Our Microsoft Qualified trainers will then respond within 24 hours (working days). Frequently Asked Questions
Any suggestions, questions or comments? Please post in the Improve the forum thread. |
Excel tip:Checking if a calculation adheres to Order of PrecedenceWhen writing formulas you must make sure that results will be calculated as you intended. |