This will probably be more for those who understand the syntax for Google Maps scripting in VB since that is part of my issue as well.

Currently I have a embedded button that when pressed, takes the Lat and Long from 2 Cells (B5 and C5) and then opens Google Maps with those lat, long.

(I'm not allowed yet to post links, so the (GOOGLE MAPS LINK) = (https [semi-colon] maps [dot] google [dot] com/maps)

Please Login or Register  to view this content.
I want to somehow open Google maps in Satellite mode now automatically within that script and I'm having a hard time trying to figure out how to work by looking at various Google Map scripting pages, and it seems I just need to somehow figure out how to get the "&t=satellite" or MapTypeId = "satellite" or MapType = satellite, depending on the webpage help I'm looking at.

Either way I can't seem to get any of those to work in my script above. Either I get a syntax error if I try and place it at the end of the code due to the &, or if I place it at the start of the code such as
Please Login or Register  to view this content.
, it just opens it normally without being in satellite mode.

I know it's kind of a Google Maps and VB question, but just was thinking since I'm using it in Excel that maybe someone has experience with how to do this...

Thanks