View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mohan[_2_] Mohan[_2_] is offline
external usenet poster
 
Posts: 7
Default Word equivalent of Excel code

Hi

I can excecute a macro in Excel when the user changes the
window using Application.Onwindow and when the user
presses a specific key on the keyboard using
Application.Onkey methods

How do I do the same in Word?

Word does not have Onwindow or Onkey methods. Or does it?

Any help would be appreciated.