views:

283

answers:

2

"I know how to hyperlink a cell to google maps using:

http://maps.google.com/?ie=UTF8&ll=41.516804,-90.549316&spn=1.08996,2.58728&z=9

What I am try to do however is add parameters for a placemark and a label into the http:// code. So that when the map opens the placemark is at the coordinate and the is a label attached to it.

How do I go abot change the http:// code line to do this?

Thanks"

+2  A: 

Take a look Google Maps In Excel, it's the best resource for you.

Nathan Campos
+1  A: 

You need to use the Google Maps Ajax API in order to put markers on maps.
If you want REST API to maps+markers you will need to use the Static Maps API.

Shay Erlichmen