1) I want to send Ctrl Alt and Delete then "W" to lock the workstation in an Excel Macro using the SendKeys action.
However this does not work as it sends the keys to Excel and not the machine.
Anyone know any ways around this?
2) It is possible to get any symbol by pressing Alt and three numbers on the numeric keypad. However this cannot be created using Sendkeys. I think the reason for this is that it has to be three keys on the numeric keypad and not the keys at the top of the main keyboard.
Anyone know how you can send the numeric keypad keys and not just the numbers?