I have scheduled task which runs a macro. THis macro is in a database that
has a password. Not a file secured password, but a password which prompts
the user once they are in the database. I use sendkeys to put in the
password. THis schedule runs fine if I don't lock my computer, but when I
lock the computer, the macro stops in the form which prompts the user for the
password and it appears to be locked. There are no keys or combination of
keys that can be pressed in order for the cursor to appear in the password
box so that the sendkeys can work. The only thing thatg works is if I click
the mouse button and this is why I want to know how to execute the mouse
button in a macro.
Any suggestions?
Sarah