View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default How many keystrokes can I send per second?

Many, many strokes.

The keystrokes are buffered until control returns to the application, either
directly or thru DoEvents
--
Gary''s Student - gsnu200811


"Zakynthos" wrote:

How many keystrokes can I send per second with 'Sendkeys' statements assuming
tab keys and text are mixed?