Hello,
I am wondering if the following is posible? while opening a googlemaps address with the code :
	
	
	
		
Is it posible to open the map zooming into the location in street view ?
Appreciatte your help
 I am wondering if the following is posible? while opening a googlemaps address with the code :
		Code:
	
	
	strCode="40.116260, -8.243384"
strURL = "http://maps.google.com/maps?hl=en&q=" & strCode
    Application.FollowHyperlink strURL
	Is it posible to open the map zooming into the location in street view ?
Appreciatte your help