Prev: Controls in a frame within a frame are always invisible - What am I doing wrong
Next: Answer Message Box - Other than Y/N?
From: Stephen Miller on 24 May 2010 11:47 Is it possible to run another program from within excel? The software I use at work is very repetitive and requires the same key-sequences entered many times. I got a key logger to help automate this so now I just press one key and the key logger will play back the sequence I recorded. I now want to be able to call the key logger from excel with a parameter to automate things further.
From: JLGWhiz on 24 May 2010 12:57 Excel has its own macro recorder. Why not use it? "Stephen Miller" <StephenMiller(a)discussions.microsoft.com> wrote in message news:669A213C-F604-424D-A640-D90BEEDB83BC(a)microsoft.com... > Is it possible to run another program from within excel? The software I > use > at work is very repetitive and requires the same key-sequences entered > many > times. I got a key logger to help automate this so now I just press one > key > and the key logger will play back the sequence I recorded. I now want to > be > able to call the key logger from excel with a parameter to automate things > further.
From: AB on 24 May 2010 17:12
for my 2c of worth: - you can try sendkeys method from within excel i.e., instead of your key logger as perhaps you need to have some kind of dlls installed to let you automate the other app from vba; - if your app is in web browser - then you can automate IE from vba directly. |