Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Try:
MyInput = "http://finance.yahoo.com/q?s=" & InputBox("Enter Stock Symbol") ActiveWorkbook.FollowHyperlink Address:=MyInput -- Steve Franks "Tom Ogilvy" wrote: 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 "gj" wrote in message oups.com... gj wrote: Trying to put InPut answer into hyperlink Dim MyInput MyInput=InputBox("Enter Stock Symbol") ActiveWorkbook.FollowHyperlink _ Address:="http://finance.yahoo.com/q?s=MyInput don't work Tom gj |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to input pictures automatically based on cell input? | Excel Worksheet Functions | |||
How do I input email addresses in Excel without the hyperlink, | Excel Discussion (Misc queries) | |||
hyperlink based on user's input | Excel Programming | |||
hyperlink based on user's input | Excel Worksheet Functions | |||
CODE to select range based on User Input or Value of Input Field | Excel Programming |