Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel,microsoft.public.excel.misc,microsoft.public.excel.programming,microsoft.public.excel.templates,microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 64
Default Opening an ACCESS db from the VBE in EXCEL

What is the VBA code for opening an existing ACCESS database from the VBE ?
I can't find any specific reference to this when I google it.

Thanks in advance for any assistance.


  #2   Report Post  
Posted to microsoft.public.excel,microsoft.public.excel.misc,microsoft.public.excel.programming,microsoft.public.excel.templates,microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 812
Default Opening an ACCESS db from the VBE in EXCEL

http://www.erlandsendata.no/english/...php?t=envbadac

Hth,
Merjet


  #3   Report Post  
Posted to microsoft.public.excel.misc,microsoft.public.excel.programming,microsoft.public.excel.templates,microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 324
Default Opening an ACCESS db from the VBE in EXCEL

ActiveWorkbook.FollowHyperlink Address:="C:\MyFolder\ _
MyDatabase.mdb", _
NewWindow:=True
--
Best wishes,

Jim


"Doctorjones_md" wrote:

What is the VBA code for opening an existing ACCESS database from the VBE ?
I can't find any specific reference to this when I google it.

Thanks in advance for any assistance.



  #4   Report Post  
Posted to microsoft.public.excel.misc,microsoft.public.excel.programming,microsoft.public.excel.templates,microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 64
Default Opening an ACCESS db from the VBE in EXCEL

Many Thanks Jim -- your code worked BRILLANTLY! :)

Shane
"Jim Jackson" wrote in message
...
ActiveWorkbook.FollowHyperlink Address:="C:\MyFolder\ _
MyDatabase.mdb", _
NewWindow:=True
--
Best wishes,

Jim


"Doctorjones_md" wrote:

What is the VBA code for opening an existing ACCESS database from the VBE
?
I can't find any specific reference to this when I google it.

Thanks in advance for any assistance.





  #5   Report Post  
Posted to microsoft.public.excel,microsoft.public.excel.misc,microsoft.public.excel.programming,microsoft.public.excel.templates,microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 7
Default Opening an ACCESS db from the VBE in EXCEL

I ended up using this code -- can't find the exact thread (or recall who
offered it), but it works GREAT!

ActiveWorkbook.FollowHyperlink Address:="\\Fileserver\Products.mdb", _
NewWindow:=True

Shane
==================================
"merjet" wrote in message
ups.com...
http://www.erlandsendata.no/english/...php?t=envbadac

Hth,
Merjet




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
Restrict Access upon Opening? Alan Smith Excel Discussion (Misc queries) 3 February 13th 07 12:44 AM
When opening Excel - get Access (Read-Only) file and error DeltaDagger Setting up and Configuration of Excel 1 October 31st 06 10:22 AM
user cannot access his share workbook after opening network path. phil Excel Discussion (Misc queries) 0 September 26th 06 04:48 PM
Opening Access From Excel Kieron White Excel Discussion (Misc queries) 3 April 2nd 06 05:34 PM
opening access database using macro rtphilips New Users to Excel 3 October 20th 05 05:11 PM


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