Word has no OnEnter event. Aside from intercepting events like Save and Print, you can use a class module to capture a limited range of events:
• Quit
• DocumentChange
• DocumentBeforeClose
• DocumentBeforePrint
• DocumentBeforeSave
• DocumentOpen
• NewDocument
• WindowActivate
• WindowBeforeDoubleClick
• WindowBeforeRightClick
• WindowDeactivate
• WindowSelectionChange
You could use the last of these to test whether the user has clicked in a table. For some code you could adapt to that end, see:
http://word.mvps.org/FAQs/Customizat...PlusHeader.htm