I am populating a text box in a user form with several lines of data. I move down a line using vbCrlf.
If I manually select the text and copy it to another sheet everything is fine. If I try to automate it using:
Range(“A1”)=userform1.textbox1.text
I get everything in a single cell and can’t use text to columns because of the delimeter.
Any ideas on what I can use to copy the text from the userform text box to a sheet?
-
Copy from text box (2000 sr1)
- This topic has 3 replies, 2 voices, and was last updated 22 years, 8 months ago.
AuthorViewing 0 reply threadsAuthorViewing 0 reply threads