Hi Richard,
Quote:
|
n the quoted paragraph from your reply are you suggesting that I should check to see if the symbol already exists and only update it if it is different?
|
No, I'm sorry but my English is not so good to express myself sometime
what I meant was following:
Now (as far as I can conclude from your code) you trow all positions into mappoint database. Then you check each record and eventually update symbol. This is time consuming.
I meant that you go tru your own data first in VBA, and for each record assign the right symbol and trow the symbol to mappoint.
This way all the work is done in one single loop, and you are not depending on the speed of mappoint.
Is this more clear what I mean ?