Search results

  1. B

    input access vb password from excel

    Thanks but it is the VB Project password I want to enter - not the database open password
  2. B

    Hi from Allan

    currently living in Ditton, Kent, UK working from home on a contract basis. experienced in Excel vba but no Access experience.
  3. B

    input access vb password from excel

    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 =...
Back
Top Bottom