Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

Pls help me in How to import Excel data into Ms Access suing VB code

Hello everyone
can any one help me in importing Excel data into Ms Access database using VB(DAO Connection) code
Thanks in Advance
Best Regards
Gopi chand.
[186 byte] By [P.Gopi Chand] at [2007-11-11 10:05:11]
# 1 Re: Pls help me in How to import Excel data into Ms Access suing VB code
Try this link:
http://support.microsoft.com/kb/145826
Ron Weller at 2007-11-11 17:23:16 >
# 2 Re: Pls help me in How to import Excel data into Ms Access suing VB code
You don't indicate whether you're importing into an existing table but you can use SQL for this. The following thread contains an ADO example but you can also use the SQL statement with DAO as well:

http://tinyurl.com/y5pgsp
pclement at 2007-11-11 17:24:17 >