I have rather large textbox where a user can type notes and use the return key for spacing, etc.
textbox1.value is (example)
1. Problem1. Solution is blah blah blah.
2. Problem 2. Solution is blah blaha blah.
3.etc
4.etc
5.etc
The question is how I can parse this line by line to my worksheet so I can print it out with Excel? I would just expand a cell height to contain the whole note *but* it cannot handle the enter keys this is spaced with. Am I overlooking a very basic, easy way to do this?
textbox1.value is (example)
1. Problem1. Solution is blah blah blah.
2. Problem 2. Solution is blah blaha blah.
3.etc
4.etc
5.etc
The question is how I can parse this line by line to my worksheet so I can print it out with Excel? I would just expand a cell height to contain the whole note *but* it cannot handle the enter keys this is spaced with. Am I overlooking a very basic, easy way to do this?