Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
ian ian is offline
external usenet poster
 
Posts: 5
Default access linking

Hi guys, i was wondering is it possible to link access to excel somehow?
i have an excel file which is 23mb big and i want to reduce it so it doesnt
take so long to calculate values, and the only thing i can think of is to
put all the information i don't need into an access database, but i want to
link to it so i can use it when i need to.


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 812
Default access linking

Check out the examples at:
http://www.erlandsendata.no/english/...odao/index.htm

HTH,
Merjet


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default access linking

You need to maintain your data in Access and perform any calculations on
the data therein. Export the data to excel for reports etc.

To be able to manipulate the excel object model from access you need to
create a reference to it (Tools References in the IDE)

Once you have a reference you can get at Excel objects easily - ie


Sub OpenXLWorkbook(byVal strFileName as string)

Dim objXLApp as excel .application
Dim objXLWb as excel.workbook



------------------------------------------------
~~ Message posted from http://www.ExcelTip.com/
~~ View and post usenet messages directly from http://www.ExcelForum.com/

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 107
Default access linking

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"


"ian" wrote in message
...
Hi guys, i was wondering is it possible to link access to excel somehow?
i have an excel file which is 23mb big and i want to reduce it so it

doesnt
take so long to calculate values, and the only thing i can think of is to
put all the information i don't need into an access database, but i want

to
link to it so i can use it when i need to.




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
linking to access database joemeshuggah Excel Discussion (Misc queries) 0 April 30th 10 10:08 PM
Linking to Outlook Web Access Augustine864 Excel Discussion (Misc queries) 1 February 9th 09 05:35 PM
Linking access and excel Linda Excel Discussion (Misc queries) 0 November 5th 07 05:07 PM
Linking to Access data Dale Fye Excel Discussion (Misc queries) 1 April 12th 07 08:22 PM
Linking to access Carolyn Excel Discussion (Misc queries) 0 May 17th 05 06:35 PM


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