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

Thanks, JMay, that looks like good advice. I am able to
import my worksheet into Access with no problem. I am
attempting to do this from Excel and visit Access only
every so often. All the books that I have read so far (Pwr
Prog w. VBA, etc) have not been helpful in this area. Any
other thoughts or pointers on this obsticle? Thanks in
advance.

-----Original Message-----
Start with Access and either Import or Link your data to

a Table.

"Sigmund" wrote in message
...
Does anyone have a simple VBA function to export a
worksheet into an Access table? The macro recoder does

not
want to cooperate in 2k.

.

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 51
Default Export Worksheet to Access

Sigmund,

JMay made a good suggestion about using a linked table in Access to get to
your Excel data, assuming you wanted to store all the data in the Excel
table each time you run the procedure, all you have to do is:

Create an "Append Query" to copy all the records from the linked table into
your main table.

An Append Query in Access basically adds records from a source table or
query to an existing table.

Once this is done, you can delete the data stored in Excel and start again.

P


"Sigmund" wrote in message
...
Thanks, JMay, that looks like good advice. I am able to
import my worksheet into Access with no problem. I am
attempting to do this from Excel and visit Access only
every so often. All the books that I have read so far (Pwr
Prog w. VBA, etc) have not been helpful in this area. Any
other thoughts or pointers on this obsticle? Thanks in
advance.

-----Original Message-----
Start with Access and either Import or Link your data to

a Table.

"Sigmund" wrote in message
...
Does anyone have a simple VBA function to export a
worksheet into an Access table? The macro recoder does

not
want to cooperate in 2k.

.



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
Access export [email protected] Excel Discussion (Misc queries) 0 February 9th 09 02:16 PM
excel worksheet export into access table H. Chudhary Excel Worksheet Functions 0 January 23rd 08 02:26 PM
Export from Access jhrBanker Excel Discussion (Misc queries) 1 August 7th 07 09:06 PM
Export from Access tamxwell Excel Discussion (Misc queries) 0 June 28th 05 06:41 PM
export access to excel. change access & update excel at same time fastcar Excel Discussion (Misc queries) 0 June 24th 05 09:27 PM


All times are GMT +1. The time now is 06:08 PM.

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"