K
Kenny
I have multiple text box - in the mouse down event for each - I want to pass
the name of the textboax to another module something like this
public controlname as control
sub mousedown()
controlname = activesheet.control.name
What is the correct code?
Also the mouse down event seems to happen twice upon one right click -
anyway to stop this - thanks so much for your help!
the name of the textboax to another module something like this
public controlname as control
sub mousedown()
controlname = activesheet.control.name
What is the correct code?
Also the mouse down event seems to happen twice upon one right click -
anyway to stop this - thanks so much for your help!