Set goomaps = CreateObject("InternetExplorer.Application")
goomaps.Visible = True
wohin = "http://maps.google.de/maps?q= straße nr, PLZ Ort"
goomaps.navigate2 wohin
...das nächste mal:
goomaps = FindWindow("IEFrame", "Google Maps - Microsoft Internet Explorer"
wohin2 = "http://maps.google.de/maps?q= straße nr, PLZ Ort"
goomaps.navigate2 wohin2
funktioniert das nicht?!
____________________________________
nobody is perfect
|