On a userform when I transfer a standard textbox to a cell it transfers ok (Range("C3").Value = TextBox1)
However if I want the text box to be wrapped, i.e. change Multiline to True and EnterKeyBehaviour to True it transfers the data differently with speechmarks
Any ideas??