ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   VBA to get Google to search (https://www.excelbanter.com/excel-programming/353750-vba-get-google-search.html)

Lucas Budlong

VBA to get Google to search
 
Can I use VBA to get Google to search for the contents of A1?



Ron de Bruin

VBA to get Google to search
 
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?




Chip Pearson

VBA to get Google to search
 
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?




L. Howard Kittle

VBA to get Google to search
 
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?





All times are GMT +1. The time now is 05:53 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com