How do I code Access database VB password input using VB code resident in Excel 2010? The following code works as expected and opens the access vbe window but Sendkeys is failing to open the password input box.
Sub Test()
Dim app As Object
Dim wnd As Object
Set app =...