Click on userform transfers to lisbox below

D

deutz

Hi and thanks in advance,

I am using Excel 2003

I have a userform with a listbox. When the user clicks a button on tha
form it opens another form with colour choices via a whole bunch o
image controls. A problem occurs when I click on one of the imag
controls that sits directly over the listbox on the userform below.
What happens is, I click the colour I want and the Colour form closes a
expected but the mouse click then selects a row in the userform listbo
below.

Thanks

Deut
 
P

Peter T

Not sure I follow but a wild guess, for the image control try using the
MouseUp event and discard the Click event.

Regards,
Peter T
 
Top