Use InPut in Hyperlink

  • Thread starter Thread starter gj
  • Start date Start date
ISub AAA()
Dim MyInput
MyInput = InputBox("Enter Stock Symbol")
ActiveWorkbook.FollowHyperlink _
Address:="http://finance.yahoo.com/q?s=" & MyInput

End Sub

Worked fine for me. When I entered a valid symbol, it opened that as a web
page.

--
Regards,
Tom Ogilvy
 
I think I'd try it once more.

If it doesn't work, post your code and what you typed into the inputbox.
 
Back
Top