+ Reply to Thread
Results 1 to 2 of 2

Macro with google maps

  1. #1
    Registered User
    Join Date
    08-29-2013
    Location
    new york, new york
    MS-Off Ver
    Excel 2013
    Posts
    76

    Macro with google maps

    Is there any macro or formula that would allow me to highlight an address on a spread sheet, then hit a button, and have google open up and go to that location on google maps?

  2. #2
    Registered User
    Join Date
    08-29-2013
    Location
    new york, new york
    MS-Off Ver
    Excel 2013
    Posts
    76

    Re: Macro with google maps

    OK, so I am halfway there. I can use the following to open internet explorer and search for a defined topic. In this example, it is searching for New YOrk Knicks. How would I get it to search on a string of text in a cell/s?

    Sub Sample()
    Dim IE As Object

    Set IE = CreateObject("InternetExplorer.Application")

    IE.Visible = True

    IE.Navigate ("http://www.google.com/#hl=en&q=" & "New York Knicks") '<~~ US
    End Sub

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 1
    Last Post: 10-18-2013, 03:58 PM
  2. hyperlink for google maps
    By [email protected] in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 05-06-2013, 05:48 PM
  3. Google Maps Driving Directions Macro Not working
    By hollyberry in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 11-27-2012, 10:08 PM
  4. Use google maps to get distance
    By rdr910 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 10-13-2010, 09:16 PM
  5. Google maps in excel
    By censura in forum Excel General
    Replies: 0
    Last Post: 02-21-2008, 04:03 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1