hai,
I am developing a test which is useful to test the skills in MS Word. means how much knowledge is in MS Word. For that through VB I opened MS Word Application by taking reference variable to Word.application. By using WithEvents I am able traping only some events. But I want to trap all events of MS Word.
for example If I select cut option from MS Word I have to identify that event from my VB Application. Can U help me in this regard.
