Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default web search with excel data

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 459
Default web search with excel data

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
advanced search for excel not producing data kim Excel Worksheet Functions 1 February 12th 10 06:28 PM
Search for a data in excel sheet Sudha Excel Discussion (Misc queries) 1 February 2nd 09 05:51 PM
search a data in excel document MySuxs New Users to Excel 2 August 19th 07 12:28 AM
when I search for data in Excel, the found cell cannot be seen Howard in GR Excel Discussion (Misc queries) 3 July 21st 06 09:51 PM
Search For Data In An Excel Sheet Thru Code Rajesh Sharma Excel Programming 0 July 17th 03 11:50 AM


All times are GMT +1. The time now is 12:57 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"