Set objShell = CreateObject("WScript.Shell")
objShell.SendKeys "{F5}"
Thank you so very much for the information. I just "toggle" the F5 key to engage the keyboard backlight so it sounds as though your idea will solve my problem. I do need further help -- I gather I open notepad and type the "code" information you provided into the text box and then save that to the startup folder. Is that correct?
The startup folder would only automate the process of manually running the app. If the app doesn't work by clicking it, adding it to the startup folder will do nothing. The code should work before adding it to the startup folder. Wish I could help with the code, but unfortunately I know it's over my head.I click on the icon (which I thought would be a good test to see if it works) and nothing happens. Further; I created a shortcut and dragged it into the startup folder (which I think is what makes it "work" with each startup) but, as before, nothing happens.
Thanks for the input. I agree (just thought I'd try everything). I'm sure I have a self-imposed issue -- will keep at it though 'cause I think this is the right track to be on. Thanks again for the input and concerns. Happy Holidays -- no; MERRY CHRISTMAS!
objShell.SendKeys "{F5}"
objShell.SendKeys "^%{F5}"