I ended up storing the executable, at least it works.


Any idea why this is seen by a game:

SendKeys "{F3}", False

But this is not:

SendKeys "{LEFT}", False


The Help file lists the Left Arrow as a special character just like F3, but it doesn't work for some reason.

Robert