In Excel, I use the following code to launch Access from Excel.
Private Sub CommandButton1_Click()
lPath = "c:\db1.mdb"
again:
' Depending on how many things go wrong, there can be left over
' processes even when all databases have been closed.
' just to keep things clean, we kill any...