I wonder if it 's possible to read a line of text in word- say a selection - and then save it in a variable of type string!
Printable View
I wonder if it 's possible to read a line of text in word- say a selection - and then save it in a variable of type string!
VB Code:
Dim TMP As String TMP = Selection.Text MsgBox TMP
that's all:)
thank you static,