Double clicking on an invisible Label Unloads my UserForm<?xml:namespace prefix = o ns = "urn:schemas-microsoft-comfficeffice" /><o></o>
<o></o>
<o></o>
<o></o>
I’d like to make this SHIFT+DblClick or some other key+DblClick.<o></o>
<o></o>
<o>Another idea is to enter a non-numeric code into a specific Textbox and then double click the invisible Label...hum...</o>
<o></o>
Rich (BB code):
Rich (BB code):
Private Sub Label63_DblClick(ByVal Cancel As MSForms.ReturnBoolean)
Unload Me<o:p></o:p>
End Sub
<o></o>
I’d like to make this SHIFT+DblClick or some other key+DblClick.<o></o>
<o></o>
<o>Another idea is to enter a non-numeric code into a specific Textbox and then double click the invisible Label...hum...</o>
Last edited: