Hi I want to press '+' button, I write obj.keys("+"), but it doesn't work, also I write obj.keys("[+]") it don't work too. How I can press '+' button. Thanks
Using the calculator as a test, I was able to use .Keys("+") to use the plus key that appears on the main keyboard and .Keys("[NumPlus]") to select the plus that goes with the number pad.
When you say that it doesn't work, what are you expecting to happen that is not happening? Are you getting error messages?