I had this problem as well. This seems like the most elegant solution considering VBA's limitation with not being able to use wdCell or wdRow with the MoveDown method. Works well for me!
If Selection.Information(wdWithInTable) Then Selection.SelectCell
Selection.MoveDown