Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 24
Default Appending Excel file to an Access table

I would like to be able to export an excel speadsheet on
monthly bases by appeding it to an Access table. Since I
don't know how long the file would be each month I am
wondering if there is any way to write a vb function
checking for the end of the file. Ultimately, I would like
to have a command button that would append the file to an
Access table with vba behind it telling it what the excel
file range is so that blank lines don't get exported.
I appreciate your time and help.
Diana
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11
Default Appending Excel file to an 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 "Save and BackUp",
"The Excel Auditor" and "Byg Tools for VBA"


"Diana" wrote in message
...
I would like to be able to export an excel speadsheet on
monthly bases by appeding it to an Access table. Since I
don't know how long the file would be each month I am
wondering if there is any way to write a vb function
checking for the end of the file. Ultimately, I would like
to have a command button that would append the file to an
Access table with vba behind it telling it what the excel
file range is so that blank lines don't get exported.
I appreciate your time and help.
Diana



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
appending one Excel file to another ? George Lewycky Excel Worksheet Functions 2 November 14th 08 07:37 PM
Appending an Excel File to another Wisconsin Excel Discussion (Misc queries) 0 April 14th 08 07:38 PM
How to make the Embedded Excel file link to the table of Access Anakin Links and Linking in Excel 1 March 18th 08 07:28 AM
Excel appending to Access - no duplicates zeyneddine Excel Discussion (Misc queries) 3 December 4th 06 03:08 PM
Appending a second csv file Rick Excel Discussion (Misc queries) 3 March 9th 05 06:21 PM


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