A simple question: I have an Inputbox, which I use to modify the value of a variable.
To edit the Inputbox, I have to click it with my mouse, so it gets the focus.
Is there any way to "enable" the edit mode without clicking it? I mean, via macro, with any property or method. I've tried with Activate, but it looks like that's for a different purpose.