R
rob
Sub ShowSelection()
Dim strText As String
strText = Selection.Text
MsgBox strText
End SubThis just shows the latest selected text.What I have to do to get
multiple selection?
Dim strText As String
strText = Selection.Text
MsgBox strText
End SubThis just shows the latest selected text.What I have to do to get
multiple selection?