keyboard shortcut for double click property

P

PetNetwork

I have a checkbox that I have written code that checks the box and auto
completes 2 text boxes when clicked.

The box and textboxes are cleared with a double click.

When entering data I can use the spacebar or + key to "Click", but can't
seem to find a keyboard shortcut to Double Click.

Any Ideas???

Thanks,
Jennifer
 
B

Barry Gilbert

Look in help for the autokeys macro. Have it point a key combination to a
public function.

Barry
 
Top