PDA

Click to See Complete Forum and Search --> : stop Chr(13) showing[RESOLVED]


Bombdrop
Jul 19th, 2004, 04:02 AM
Hi I have a document that gets some informaion from a userform. in the form is one textbox that can take some text but when the user pressess return in the box the chr(13) character appears in the document how can I have the text not show this character ????????

RobDog888
Jul 22nd, 2004, 04:58 PM
Use the Replace function and test for the existance
of chr 13 with Instr before you append to your document.

HTH