Hello all,
I have a macro in an Excel spreadsheet that automatically inserts some required text into a cell that falls within a particular range when the user double-clicks on the cell. That part of the code is working well, but I want to allow the user to continue adding more text to the end of this automatically inserted text.
At the moment, the flashing cursor is positioned for editing wherever the double click was performed over the cell. I want to make sure that the cursor is positioned after the last character in my automatically inserted text, ready for the user to continue typing.
Is this possible?
Many thanks in advance.
I have a macro in an Excel spreadsheet that automatically inserts some required text into a cell that falls within a particular range when the user double-clicks on the cell. That part of the code is working well, but I want to allow the user to continue adding more text to the end of this automatically inserted text.
At the moment, the flashing cursor is positioned for editing wherever the double click was performed over the cell. I want to make sure that the cursor is positioned after the last character in my automatically inserted text, ready for the user to continue typing.
Is this possible?
Many thanks in advance.