how to set google search window on side of 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
"Ghosh" wrote:
I want to set a search engine window on the side of my working page. In short
google search on the side of excel. Can anybody help me?
|