If it should look like
http://finance.yahoo.com/q?s=abc
and MyInput contains abc then
Dim MyInput
MyInput=InputBox("Enter Stock Symbol")
ActiveWorkbook.FollowHyperlink _
Address:="http://finance.yahoo.com/q?s=" & MyInput
--
Regards,
Tom Ogilvy
"gj" wrote in message
oups.com...
Trying to put InPut answer into hyperlink
Dim MyInput
MyInput=InputBox("Enter Stock Symbol")
ActiveWorkbook.FollowHyperlink _
Address:="http://finance.yahoo.com/q?s=MyInput