Username and password

P

Pierre Scerri

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.
 
J

JP

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
 
P

Pierre Scerri

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top