View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Peer Peer is offline
external usenet poster
 
Posts: 1
Default opening and viewing an access-database

While I'm working in a worksheet I want to open and view an acces
database file.
So far I've been able to open access by using this code:

Dim accApp
accApp = Shell("C:\Program Files\Microsoft Office\Office\msaccess.exe"
vbMaximizedFocus)

But I want access to immediately open a database and this I have bee
unable to do.

I tried everything I could find on the internet, like

GetObject
Getfile
Run
Activate
Execute
etc.

Yet nothing I've tried does what I want.

Anybody help me, plz?!

Pee

--
Message posted from http://www.ExcelForum.com