Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
is it possible to type in a word into A1, click on a macro that goes to yahoo
and searches for the word in A1? Thanks in advance |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Try this:
Put this word in Cell A1: Dinosaur Then put this formula in Cell C1: =HYPERLINK("http://search.yahoo.com/search?p="&A1&"&fr=FP-tab-web-t-274&toggle=1&cop=&ei=UTF-8","Click here to search") Clcking on Cell C1 will open a Yahoo search for the word in Cell A1. (Sorry, no macros necessary....unless you really want to.) Does that help? Regards, Ron "choice" wrote in message ... is it possible to type in a word into A1, click on a macro that goes to yahoo and searches for the word in A1? Thanks in advance |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Convert hard coded query criteria to Parameter Query | Excel Discussion (Misc queries) | |||
Excel 2007 / MS Query - editing existing query to another sheet | Excel Discussion (Misc queries) | |||
Save data retreived from query without saving query | Excel Discussion (Misc queries) | |||
Anyone Else Use Database Query to Query Another Sheet in the Same Excel Workbook? | Excel Discussion (Misc queries) | |||
Edit Query from Excel will not open query in MSQuery | Excel Programming |