A
Andreas
Hi,
I would like to imitate the keyboard-keys arrow up and arrow down
within a userform.
Aim: in the email list is one email marked by a mouse click. This mark
should be moved upwards or downwards depending on a button used in the
form.
At the moment it is realiced by "knowing" the entryid of the marked
email, counting the emails starting at the youngest en ending at the
marked one, using this number by adding 1 oder subtrahating 1 and then
searching the next or previous email. When the marked email is the
150th, it takes a little long... ;-)
I guess, there might be a possibility using
activeexplorer.selection(1) or the like?
How can I solve the problem in a simple way???
Thanx anyway!!!
Andreas
I would like to imitate the keyboard-keys arrow up and arrow down
within a userform.
Aim: in the email list is one email marked by a mouse click. This mark
should be moved upwards or downwards depending on a button used in the
form.
At the moment it is realiced by "knowing" the entryid of the marked
email, counting the emails starting at the youngest en ending at the
marked one, using this number by adding 1 oder subtrahating 1 and then
searching the next or previous email. When the marked email is the
150th, it takes a little long... ;-)
I guess, there might be a possibility using
activeexplorer.selection(1) or the like?
How can I solve the problem in a simple way???
Thanx anyway!!!
Andreas