hmmm ... it doesn't appear as if ListBoxes in either VB and VBA support this behavior ... can anyone verify this ?

I think what could be done is the following (just green-lighting here):

1) The script could listen for the ctrl-c event on the listbox ... the KeyPress event would have to be inplemented (no biggie).

2) If ctrl-c pressed, the script could read the data from the listbox (either the whole list, or just an item) and "copy" it to the clipboard. That would have to be implemented as well.

Then carry on as normal ... same thing for pasting into the listbox - listen for ctrl-v

But more importantly - i would like some confirmation that VB and VBA doesn't support this - can't find much on the web right now.

[ 02. October 2002, 16:39: Message edited by: Shawn ]