Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a list of book titles in an excel sheet and would
like to write a macro that would take the title from a cell and enter it into a web search engine to get more infomation about a selection. getting the selection into a variable would be easy, is there a way to get that text string into a web search? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
This will depend entirely on how the search engine works.
For example, if you were using google to search for the book 'SQL for Smarties' you could construct then navigate the following URL: http://www.google.com/search?q=%22SQL+for+Smarties%22 However, such and approach isn't very 'interactive' ('interactive' and isn't even guaranteed to return information about books!) You may want to find a site which provides an XML web service with which you could use Microsoft Office XP Web Services Toolkit to browse information about books. For example, try this link: http://www.amazon.com/gp/browse.html...A36L942TSJ2AJA -- "Mike Malaier" wrote in message ... I have a list of book titles in an excel sheet and would like to write a macro that would take the title from a cell and enter it into a web search engine to get more infomation about a selection. getting the selection into a variable would be easy, is there a way to get that text string into a web search? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
advanced search for excel not producing data | Excel Worksheet Functions | |||
Search for a data in excel sheet | Excel Discussion (Misc queries) | |||
search a data in excel document | New Users to Excel | |||
when I search for data in Excel, the found cell cannot be seen | Excel Discussion (Misc queries) | |||
Search For Data In An Excel Sheet Thru Code | Excel Programming |