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 Range to Access Table

Hullo,

I'm wondering if someone could enlighten a newcomer to
VB. In Excel VB, I would like to do the equivalent of
copying a range of cells (say, "A1:D10") and creating that
range as a table in an Access database. It can be done
easily by having both applications open and manually doing
the copy and pasting, so I'm sure there's a way to do it
in code.

Any advice appreciated.

Tokash
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11
Default Excel Range to Access Table

This might be a help for getting data to and from Excel and Access: It
includes examples of using variables in SQL queries.
http://www.bygsoftware.com/examples/sql.html

Or you can get there from the "Excel with Access Databases" section on page:
http://www.bygsoftware.com/examples/examples.htm

It demonstrates how to use SQL in Excel's VBA to:

* create a database,
* create a table and add data to it,
* select data from a table,
* delete a table,
* delete a database.

You can also download the demonstration file called "excelsql.zip".

The code is open and commented.


--

Regards
Andy Wiggins
www.BygSoftware.com
Home of "The Excel Auditor" and "Byg Tools for VBA"



"Tokash" wrote in message
...
Hullo,

I'm wondering if someone could enlighten a newcomer to
VB. In Excel VB, I would like to do the equivalent of
copying a range of cells (say, "A1:D10") and creating that
range as a table in an Access database. It can be done
easily by having both applications open and manually doing
the copy and pasting, so I'm sure there's a way to do it
in code.

Any advice appreciated.

Tokash



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 Table into Excel using VB Steve Excel Discussion (Misc queries) 2 February 23rd 09 08:58 PM
Excel data range to access Mark Links and Linking in Excel 1 September 12th 08 08:19 AM
Import Access Table into Excel Irishimp23 Excel Worksheet Functions 3 June 21st 07 04:50 PM
excel - access query - date range mxp Excel Discussion (Misc queries) 1 January 31st 06 03:44 PM
Data from Excel to Access Table Secret Squirrel Excel Discussion (Misc queries) 11 December 2nd 05 11:58 PM


All times are GMT +1. The time now is 03:11 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"