Converting formatted text to plain text 
Author Message
 Converting formatted text to plain text

Hi,
I have a text box in  vba app.where users can paste text from external
applications.  The text may have carriage return, tab or other
formatting.
But I want to make sure when we paste the text it is converted to
plain text.
Do I need to manually find vbnewline/vbkeyreturn/vbTab..ETC. AND
replace them or there is any direct way of handling this..
I would appreciate the response.. ( I am not very experienced VBA
developer)

Thanks,
Gary



Sat, 28 Aug 2004 23:01:36 GMT  
 Converting formatted text to plain text
Use the "Replace" function in VB to find and remove strings.

Mark Baird

Quote:
> Hi,
> I have a text box in  vba app.where users can paste text from external
> applications.  The text may have carriage return, tab or other
> formatting.
> But I want to make sure when we paste the text it is converted to
> plain text.
> Do I need to manually find vbnewline/vbkeyreturn/vbTab..ETC. AND
> replace them or there is any direct way of handling this..
> I would appreciate the response.. ( I am not very experienced vba
> developer)

> Thanks,
> Gary



Mon, 30 Aug 2004 10:53:38 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Converting RTF format to plain text

2. Possible to convert text to formatted text ?

3. Exchange server converts html mailitem to plain text

4. Converting to Plain Text

5. Converting multiple Word 97 docs to plain text

6. How to convert RichText to Plain Text

7. Can I send in Text/Plain format?

8. Set message format to plain text

9. How to format as plain text?

10. How to force Plain Text format in VBA

11. to format plain text

12. Creating e-mail is always Rich Text NOT Plain Text

 

 
Powered by phpBB® Forum Software