Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9
Default VBA to get Google to search

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


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default 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?



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7,247
Default 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?



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 698
Default 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?



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
Help with Google Groups search Joe User[_2_] Excel Discussion (Misc queries) 0 May 5th 10 06:31 PM
O.T. Google Search RagDyeR Excel Discussion (Misc queries) 4 May 12th 09 11:26 PM
Google Search Add-in update Ron de Bruin Excel Programming 1 November 19th 04 10:54 PM
Google search from excel Ant[_5_] Excel Programming 1 August 31st 04 08:46 PM
Google Search 6.0 Ron de Bruin Excel Programming 11 January 2nd 04 09:57 PM


All times are GMT +1. The time now is 07:17 AM.

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"