View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Robert Crandal[_2_] Robert Crandal[_2_] is offline
external usenet poster
 
Posts: 158
Default Tables in Word 2007

Excel and Word VBA seem to have many of the same events
and functions, so I figured I would ask my question here. Also, I've
looked around the Word forums, but I couldnt find any answer yet.

Does anyone know if Word has an event that fires whenever
a user presses the tab key while inside a table cell? Users usually
press tab while inside a cell to advance the cursor (or caret) to the next
cell, so I need to determine when this happens.

Thank you!