[Resolved] User Form (Excel) and a control + delete key
Hi,
In excel I have a user form, tempting fate that the excel application won't run out of memory for all my code and the form itself.
I have a couple of lists on the form, so I thought wouldn't it be nice if the user pressed delete after selecting multiple items in a list, that those items were removed/deleted.
So I have two buttons that work to add and remove items, but the key press on the control (lstTotals_KeyPressed) won't return the delete key, it does the backspace, and buttons on the keyboard, but not delete.
Any ideas as to why or how to get around it??
I'm going to try keydown next and see whether that works.
Vince
<edit>
Key press.. nono
Key down does it, perfectly
</edit>