Hi,
Quote:
|
objPin.MoveTo (set1) 'THIS IS WHERE I GET THE ERROR 'Object does not support this method or propertry'
|
Try this and replace the line where you have the error:
Code:
objPin.MoveTo objmap.DataSets.Item("Test")
I didn't the test, but I think this should be working! I hope.
Bye