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

Hi:

Is there any way to call an access db program using an excel macro?f

If so what's the command?

Best

John Baker
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Calling Access Program from Excel

There are probably several answers depending on what you want to do. If you
want to open and control Access from Excel you would use automation:

http://support.microsoft.com/?id=167223
Microsoft Office 97 Automation Help File Available on MSL

http://support.microsoft.com/?id=260410
OFF2000: Microsoft Office 2000 Automation Help File Available

http://support.microsoft.com/?id=210111
ACC2000: Using Microsoft Access as an Automation Server

(automating any of the office programs from another office program or from
Visual Basic is identical)
http://support.microsoft.com/support...aqVBOffice.asp
Frequently Asked Questions about Microsoft Office Automation Using Visual
Basic


http://support.microsoft.com/support...fdevinapps.asp
Programming Office from Within Office

http://support.microsoft.com/support...dev/iisfaq.asp
Integrating Office with IIS FAQ

http://support.microsoft.com/?id=177760
VBA: How to Run Macros in Other Office Programs


http://support.microsoft.com/?id=253338
INFO: Office Developer Samples and Tools Available for Download


if you just want to grab data from an Access MDB file you can use ADO or DAO
(don't even need to have Access installed)

http://www.erlandsendata.no/english/vba/adodao/

If you just want the program to open Access for the user to use
interactively, then you can use the Shell Command or

Application.ActivateMicrosoftApp xlMicrosoftAccess

--
Regards,
Tom Ogilvy


--
Regards,
Tom Ogilvy


"John Baker" wrote in message
...
Hi:

Is there any way to call an access db program using an excel macro?f

If so what's the command?

Best

John Baker



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
Pivot Refresh Error when calling Excel Macro from VB.NET program amdefacto Excel Discussion (Misc queries) 0 July 6th 09 10:06 AM
calling access data from excel batuhan Excel Discussion (Misc queries) 1 August 18th 06 10:17 AM
calling a C++ program from Excel 2000 and passing a result from C++ back to an excel spreadsheet ellis kurland Excel Discussion (Misc queries) 3 August 15th 05 04:10 PM
Converting Access dll calls to Excel program Pal Excel Programming 1 February 1st 04 04:52 PM
How disabling sounds when calling a shell program? Michel[_3_] Excel Programming 4 October 22nd 03 09:38 AM


All times are GMT +1. The time now is 09:18 AM.

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

About Us

"It's about Microsoft Excel"