View Single Post

  #7 (permalink)  
Old 02-15-2008
kikolino kikolino is offline
Junior Member
White Belt
 
Join Date: Feb 2008
Posts: 9
Re: Placing PushPins using VBA programing

Hi Wilfried!

Thanks for your quick answer but unfortunately it doesn´t work... Even with the right syntax

Set objLocResults = objMap.FindAddressResults(PLZ1, STADT1, ADDRESSE1)
objMap.AddPushpin (objLocResults.Item(1))

Runtime error 438 appears.

Greetz Kikolino
Reply With Quote