79752799

Date: 2025-09-01 18:11:18
Score: 1
Natty:
Report link

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
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: paorear