Hi,
I have an excel sheet with a built in copy function. Problem is that when the users use the copy function is copies without the paragraph breaks the user entered through the Shift-Enter function. Is there a way to either:
1. Have the code read the text as entered by the user in the cell and enter a carriage return automatically at the combined entry of shift enter?
2. Have the copy macro maintain the same paragraph formatting as entered. Everything else is great on this part.
3. Something else yall know of that may accommodate that.
For reference text as it should appear:
"This should be line 1
This should be line 2
This is line 4 with a blank line at point 3"
This is how it does appear:
"This should be line 1This should be line 2This is line 4 with a blank line at point 3"
Its important of note that there is no prespecified character amount before a new line would be entered. It could be anything.
I have an excel sheet with a built in copy function. Problem is that when the users use the copy function is copies without the paragraph breaks the user entered through the Shift-Enter function. Is there a way to either:
1. Have the code read the text as entered by the user in the cell and enter a carriage return automatically at the combined entry of shift enter?
2. Have the copy macro maintain the same paragraph formatting as entered. Everything else is great on this part.
3. Something else yall know of that may accommodate that.
For reference text as it should appear:
"This should be line 1
This should be line 2
This is line 4 with a blank line at point 3"
This is how it does appear:
"This should be line 1This should be line 2This is line 4 with a blank line at point 3"
Its important of note that there is no prespecified character amount before a new line would be entered. It could be anything.