Username and password

  • Thread starter Thread starter Pierre Scerri
  • Start date Start date
I need to access a website from within VBA code in Outlook 2003 and input
login name and password in the website to automate login.
 
Gotcha, I posted that link with the sample code. It was originally for
Excel but since it is just automating Internet Explorer, you can use
it in the other Office programs (Access, Word, etc). You just have to
set references to two obect libraries: Microsoft Internet Controls
(shdocvw.dll) and Microsoft HTML Object Library (MSHTML.TLB). Did you
have a specific problem with the code you wanted help with?

HTH,
--JP
 
Thank you very much.

That works beautifully.


JP said:
Gotcha, I posted that link with the sample code. It was originally for
Excel but since it is just automating Internet Explorer, you can use
it in the other Office programs (Access, Word, etc). You just have to
set references to two obect libraries: Microsoft Internet Controls
(shdocvw.dll) and Microsoft HTML Object Library (MSHTML.TLB). Did you
have a specific problem with the code you wanted help with?

HTH,
--JP
 
Back
Top