Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a userform in which comments are entered in a Multiline Textbox.
After transferring the contents of the textbox to a cell I find that it contains a non printable character symbol at the end of each line. How can I a) prevent this from happening and b) replace the existing non printable characters with Alt&Enter Regards and TIA Jim Burton |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have included a bit of code when saving the data
i.e. Replace(textbox, Chr(13), "") and it seems to work ok also used it to cycle through the existing cells to remove previous occurrences Regards to all Jim Burton "SA3214 @Eclipse.co.uk" <sa3214<No Spam wrote in message ... I have a userform in which comments are entered in a Multiline Textbox. After transferring the contents of the textbox to a cell I find that it contains a non printable character symbol at the end of each line. How can I a) prevent this from happening and b) replace the existing non printable characters with Alt&Enter Regards and TIA Jim Burton |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
thanks :) simple but work perfectly
Regards Przemek €žSA3214 @Eclipse.co.uk€ť pisze: I have included a bit of code when saving the data i.e. Replace(textbox, Chr(13), "") and it seems to work ok also used it to cycle through the existing cells to remove previous occurrences Regards to all Jim Burton "SA3214 @Eclipse.co.uk" <sa3214<No Spam wrote in message ... I have a userform in which comments are entered in a Multiline Textbox. After transferring the contents of the textbox to a cell I find that it contains a non printable character symbol at the end of each line. How can I a) prevent this from happening and b) replace the existing non printable characters with Alt&Enter Regards and TIA Jim Burton |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Checking characters , non-printable etc. | Excel Discussion (Misc queries) | |||
Replacing Printable Ascii Codes | New Users to Excel | |||
Search and replace for non printable characters | Excel Programming | |||
Replace non printable characters | Excel Worksheet Functions | |||
Viewing non-printable characters | Excel Discussion (Misc queries) |