View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Chip Pearson Chip Pearson is offline
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?