Thanks for the response. After looking at the example, it appears that my best option is probably PasteCleanHTML.
I found the documentation in the developer's guide about how to control the formatting of pasted text:
"To control formatting of pasted text, you need to use Editor.EditorOnPaste Property Property and PasteBehavior Enumeration.
Editor.EditorOnPaste Property
Specifies the manner in which the editor handles pasted text.
PasteBehavior Enumeration
Enumerates the manners in which the editor handles pasted text."
I apologize, I am rather new at this type of programming. Can you tell me how to implement this into my code? I really appreciate your help.
*edit* I should probably mention that I am using VB