View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc,microsoft.public.excel.programming,microsoft.public.excel.templates,microsoft.public.excel.worksheet.functions
Jim Jackson Jim Jackson is offline
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.