macro to record keystrokes ?

S

Steve

Hi all,

HYCH with this,

Am wondering if there is a way to have a macro start recording when
information has been entered onto a sheet, maybe through a
worskeet_change event, that records the keystrokes of the user, so as
to look back should errors appear?


HYCH

Steve
 
G

Gary''s Student

It is possible to do this with VBA and keyboard APIs, but it is not easy.
 
S

Steve

It is possible to do this with VBA and keyboard APIs, but it is not easy.
--
Gary''s Student - gsnu2007b







- Show quoted text -

Thanks Gary,

Was hoping it would be just a case of using VBa to have the Macro
record run whilst working


Steve
 
Top