Click to See Complete Forum and Search --> : reading color highlighted text in word document from vb.net


coolhead
01-09-2007, 12:17 AM
hi

can anyone help me in reading color highlighted text in word document from vb.net

thanks in advance

Ribeyed
01-16-2007, 12:50 PM
add a reference to the Word COM object library to your project. In your page add import the word class. All the objects in word can be manipluated in your code.

hope this helps.