Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Private Sub CommandButton1_Click()
Range("B9").Value = _ Application.Substitute(TextBox1.Text, Chr(13), "") End Sub Make sure wordwrap is turned on in the cell. Regards, Tom Ogilvy "Kali" wrote in message ... Hello there I have a form with multilined text boxes, in order to insert several lines I go "shift-enter", but when I save it, there is an extra character at the end of each line. I would really like to get rid of it. If you could help me, it would be great. Thanks! Kali |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Ctrl+shift+enter | Excel Worksheet Functions | |||
How do I enter a formula that will delete a line when a cell = 0? | Excel Worksheet Functions | |||
What does hitting Ctrl + Shift + Enter to enter a formula do??? Help a n00b out. | Excel Worksheet Functions | |||
ctrl+shift+enter vs enter | Excel Discussion (Misc queries) | |||
How can I delete the end of line (result of shift-enter) | Excel Programming |