hi
Can you help me ?
problem :
OS : win XP
i have open a M S word document using OLE control in vb form, now i want to retrieve selected texts from word file to say clipboard, so i have written like:
Private Sub Command1_Click( )
'SendKeys "^(C)", True
'or
SendKeys "^{INSERT}"
End Sub
but...