Hi,
Thanks for your suggestions. However, as the list is in alphabetic sequence, I cannot move items to another place. I found myself the following solution:
Find the index of the probable candidate
Add to it the number of visible items -1
Check on the Count and correct if necessary
Select the raised index
Select the original index
Using Visible is false and true around this operation gives an acceptable performance (as it does with various Table operations).
Harry