I have a UserForm floating, always visible, on my screen.
When I call a macro, at the end of the operation the keyboard remains dead until I mouse-click somewhere: I cannot type on the cell where the cursor has ended if I don’t click on it first.
I’ve tried ending the macros with ActiveCell.Select, with Application.SendKeys=“ENTER” etc. to no avail.
But if I could end them with a command equivalent to a mouse-click, that might solve the problem. Is there something like SendKeys but for the main button of the mouse?
With my sincere thanks for your coming help and, even more so, for your help in the past,
ACA
Bookmarks