Hello,

I am copying a text from Word to a VB text box. I want to clean the format of the text from numbering and bullets before I pass it to the control in VB.


I am using the clipboard object to get the text.

Worddoc.Application.Selection.Copy()

Thank you in advance for your help

Joey