Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Excel data to Access

I'm new to VBA so bear with me... I need to take the
information contained in an Excel worksheet and store it
in an Access table. I really want to avoid the situation
where I would go line by line and column by colum because
it's just too slow. Is there some function I can use to
accomplish this? Any help in this matter would be greatly
appreciated! Thanks a lot in advance!
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Excel data to Access

go to access and you can import the file or link to it.

Regards,
Tom Ogilvy


"newbie" wrote in message
...
I'm new to VBA so bear with me... I need to take the
information contained in an Excel worksheet and store it
in an Access table. I really want to avoid the situation
where I would go line by line and column by colum because
it's just too slow. Is there some function I can use to
accomplish this? Any help in this matter would be greatly
appreciated! Thanks a lot in advance!



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Excel data to Access

Easily how? I want to do it programically (in VB).
-----Original Message-----
From ACCESS you can easily link to an excel table.

In Excel you'd have to loop & push the data from a table
in line by line --- but if you're populating a recordset
then yuo don't actually push the data to Access until you
fire the UPDATE method.

Patrick Molloy
Microsoft Excel MVP


-----Original Message-----
I'm new to VBA so bear with me... I need to take the
information contained in an Excel worksheet and store it
in an Access table. I really want to avoid the

situation
where I would go line by line and column by colum

because
it's just too slow. Is there some function I can use to
accomplish this? Any help in this matter would be

greatly
appreciated! Thanks a lot in advance!
.

.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
import access data into excel George Applegate[_2_] Excel Discussion (Misc queries) 1 April 18th 08 10:13 PM
Can Excel access data from Access?! Al Excel Discussion (Misc queries) 5 April 5th 08 03:52 PM
Data from Access to Excel Paul Dennis Excel Discussion (Misc queries) 8 October 10th 06 06:33 PM
Exporting data from access to excel vinayak Excel Worksheet Functions 0 April 11th 06 08:20 AM
Importing Data from Access into Excel vnvkatz Excel Discussion (Misc queries) 3 June 9th 05 05:02 PM


All times are GMT +1. The time now is 01:43 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"