I am using the Highlight property : objPin.Highlight = True
When the user moves onto the next pushpin, I would like to un highlight the previous pushpin. I have used objPin.Highlight = False but the previous pushpin remains highlighted.
Could someone help
Thanks in advance