jaiprakash
Member
- Joined
- Nov 28, 2008
- Messages
- 9
- Programming Experience
- Beginner
Dear friends,
Am working on a project where i have to copy a select lines of text in a word document(2007) and store it in a string..
am able to get the whole content.. But how to get only the selected text..
Please help..
Regards,
Jayaprakash
Am working on a project where i have to copy a select lines of text in a word document(2007) and store it in a string..
VB.NET:
Dim document As Word.Document = Globals.ThisAddIn.Application.ActiveDocument
With Dim strstore As String = document.Content.Text
am able to get the whole content.. But how to get only the selected text..
Please help..
Regards,
Jayaprakash