View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Frank Kabel Frank Kabel is offline
external usenet poster
 
Posts: 3,885
Default Word equivalent of Excel code

Hi
you may ask this question in the Word newsgroup

--
Regards
Frank Kabel
Frankfurt, Germany
"Mohan" schrieb im Newsbeitrag
...
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.