Hi everybody!

I'm looking for an Excel Macro that signs me into Yahoo Finance.

My idea is that a VBA Form such as this:

Sub GetInput()
Dim MyWord
MyWord = InputBox("Enter your name")
MsgBox ("Hello ") & MyWord
End Sub

asks me for my password and then instead of saying "Hello" uses my
login info and the entered password to sign me into Yahoo.

The message titled " Macro to go a WEB site and enter a password "
(http://groups.google.com/group/micro...99fe52a858717/)
was kind of what I was looking for, but I was thinking of just a small
input box and no further popups...

Any help is very much appreciated!!!

cbnowhere