View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
joel joel is offline
external usenet poster
 
Posts: 9,101
Default Launch MS Access DB from a button in Excel

set AcDb =getobject("C:\temp\MyDB.mdb")

"deeds" wrote:

I am trying to create a button within Excel that will launch MS Access & open
a database. Any ideas?

Thanks