I created a Macro with Microsoft Word 2010:
Sub Macro1()
Selection.WholeStory
End Sub
At the event Button1_Click I would execute the macro :
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Selection.WholeStory
End Sub
I remember that Visual Basic 6 allowed to enter Macro object from Microsoft Application. Now with Visual Basic 2008 Express Edition?