pasensyoso
New member
- Joined
- Feb 21, 2009
- Messages
- 2
Hi guys!
Need some guidance here. i want to select a specific text in ms word document and format it using vb.net.
heres what I have
With WordApp.Selection.Find
.Text="word to find"
.Font.Color = Word.WdColor.wdColorBlue --> supposed I want to color it blue
End With
what seems to be lacking here? It will not work.
Thanks and Best Regards!
Need some guidance here. i want to select a specific text in ms word document and format it using vb.net.
heres what I have
With WordApp.Selection.Find
.Text="word to find"
.Font.Color = Word.WdColor.wdColorBlue --> supposed I want to color it blue
End With
what seems to be lacking here? It will not work.
Thanks and Best Regards!