Macro to Insert Text Into Cells Having Multiple Lines
I need help with a macro to insert copied text to the end of a string of multiple lines that are already in a cell by utilizing the Alt Enter combo.
For example, a cell which already contains the following:
The quick red fox
jumped over
would look like this:
The quick red fox
jumped over
the lazy brown dog.
after I copy "the lazy brown dog." to the clipboard and then click on the cell and press Ctrl i.
|