Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello
Could someone help me on the following: How do I have to open an Access.mdb that has a password, lets say password is SECRECT DBEngine.Workspaces(0).OpenDatabase(Access.mdb) Thank you very much Regards Reto |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Something like:
Set db = DBEngine.Workspaces(0).OpenDatabase(Access.mdb,,,M S Access;PWD=SECRET;) "Reto" wrote in message ... Hello Could someone help me on the following: How do I have to open an Access.mdb that has a password, lets say password is SECRECT DBEngine.Workspaces(0).OpenDatabase(Access.mdb) Thank you very much Regards Reto |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Is there any way to be prompted for a password when opening a file | Excel Discussion (Misc queries) | |||
Password prompt when opening Excel within IE | Excel Discussion (Misc queries) | |||
Excel password protected not opening up on just one PC. | Excel Discussion (Misc queries) | |||
how to automate opening a password protected excel file? e.g. a .xls that has a password set in the security tab. | Excel Worksheet Functions | |||
Opening with a password with VB | Excel Programming |