Hello!
Is it possible to replace the function of ENTER key with the combination ALT+ENTER in VBA?
More specifically, I want to make sure that while typing a string into a cell, when ENTER is pressed, instead of moving the selection in the next cell, the typing is continued in the same cell (simulating the ALT+ENTER combination).
I tried the following combination:
with
This solution seems to enter into a loop.
Thank you!