Delimitate Multi Lined Cells in Excel or VBA
Old Prompt
I've been trying to find a method of delimitating cells in Excel using the new line in the text with no luck. I need to delimitate a Cells string into multiple columns separated by the New Lines in the string so now I'm trying to find a way to do this with Visual Basics App. Does anyone have any useful advice or recommendations?
New Prompt
In the earlier portion of this assignment the goal was:
- recognize Chr(10)
- delimitate the text downward into a new column
- keep the data from the same row
Previously I did not know there was a character that represented the new line. This is to say that I've found the solution to my problem and shared my results below.
Comments
Post a Comment