Select next message

  • Thread starter Thread starter Evan
  • Start date Start date
E

Evan

I feel silly asking this, but....

Is there a way to highlight or select the next message (one message down) in
an active window? I realize that the seeage does not have to be selected to
perform an action on it, but I have some buttons that affect the selected
message. I'd like to have a button that moves to the next message, like
arrow-down, so I can scroll through the messages without keyboard.
 
The Selection collection cannot be set. The only way I can think of is a
hack, which is to use SendKeys to send a down-arrow keystroke.
 
I know that seems like a dirty approach, but in this case where it's just
the down arrow I think that's perfect. Thanks
 
Back
Top