Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Can I use VBA to get Google to search for the contents of A1?
|
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Lucas
Yes this is possible But maybe you like my Google Search add in You can copy/paste into the combobox http://www.rondebruin.nl/Google.htm -- Regards Ron de Bruin http://www.rondebruin.nl "Lucas Budlong" wrote in message ... Can I use VBA to get Google to search for the contents of A1? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Lucas,
Try ThisWorkbook.FollowHyperlink "http://www.google.com/search?q=" & _ Range("A1").Text -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "Lucas Budlong" wrote in message ... Can I use VBA to get Google to search for the contents of A1? |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Lucas,
Just to add to Ron and Chip's comments. If you are looking for a quick access to a google search for something in Excel and several other choices, then I suggest Ron's download. It is pretty fancy. When all set up, you click on Help and there is a "Google Search" option. Type in what you would have entered in A1 and bingo! HTH Regards, Howard "Lucas Budlong" wrote in message ... Can I use VBA to get Google to search for the contents of A1? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Help with Google Groups search | Excel Discussion (Misc queries) | |||
O.T. Google Search | Excel Discussion (Misc queries) | |||
Google Search Add-in update | Excel Programming | |||
Google search from excel | Excel Programming | |||
Google Search 6.0 | Excel Programming |