View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default Google search box on excel

View Toolbars Web will get you a web search button display within the
Excel menu system. Just assign the web search to google.

If being on the side is important, then open a IE window and position it to
the side.


You can also insert a formula to take a phrase in a cell and "google" it.
For example:


=HYPERLINK("http://www.google.com/search?hl=en&q=" & A1 &
"&btnG=Google+Search","google search")


will google search whatever you have entered in A1.


--
Gary''s Student


"Dileep Chandran" wrote:

Hi,

Anybody know, is it possible to insert a Google search box into an
excel file?

-Dileep