Dear all
I have word document I which I have 10 lines. if I select line 1 and 7 with control key, how can I get only selected lines in VBA ?
I have tried with 'Application.Selection.Text' but it gives me only last selected line that is only 7th Line
Please help me to get out of this issue

Thanks