Thread: Button Speed
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Matthew Matthew is offline
external usenet poster
 
Posts: 47
Default Button Speed

I have a userform with some buttons, used for data entry. Buttons are very
fast if you click one and then a different one. However when you try
clicking the same button more than once there is a delay.

If I was entering a number (using the buttons) 11542, I would quickly click
button 1 twice but it only registers as once unless I wait a second or so
between clicks, I can click buttons 5,4 and 2 as qucikly as I like and they
register.

Is it possible to remove this delay?

TIA