Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9139905
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T09:26:51+00:00 2026-06-17T09:26:51+00:00

How can I reliably move down the rows in a Word table? Here’s the

  • 0

How can I reliably move down the rows in a Word table?
Here’s the structure of the table. Note that the first and second columns can both have multiple lines and paragraphs.

Rule ID         1

Logic           Date must be equal to or greater than 01-Jan-2012 

Discrepancy     Date is before 01-Jan-2012
message

Test case 1.1   Create form where Date is before 01-Jan-2012 
                Verify discrepancy message appears.
                Print form.

Test case 1.2   Create form where Date is equal to 01-Jan-2012.
                Verify no discrepancy message appears.
                Print form.

Test case 1.3   Create form where Date is after 01-Jan-2012.
                Verify no discrepancy message appears.
                Print form.

I have tried a number of methods to move down the table.

When I tried Selection.MoveDown with unit:=wdLine (below) I ran into problems when column 1 contained a word wrap.

Selection.MoveDown unit:=wdLine, Count:=1, Extend:=wdMove

When I tried Selection.MoveDown with unit:=wdParagraph (below), I ran into problems when column 2 contained multiple paragraphs.

Selection.MoveDown unit:=wdParagraph, Count:=3 

unit:=wdRow does not appear to be a valid parameter for Selection.MoveDown.
Selection.Cells(1).RowIndex is a read-only parameter

Does anyone know of a simple method to move down the table one row at a time that would handle both the word wraps in column 1 and the multiple paragraphs in column 2?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T09:26:51+00:00Added an answer on June 17, 2026 at 9:26 am

    Try something like this. It’s a generalized algorithm for looping through each row and column of all the tables in a Word document. Modify as needed (untested code):

    Sub ModifyAllTables()
      Dim oTbl As Table
      Dim oRow As Row
      Dim oRng As Range
      For Each oTbl In ActiveDocument.Tables
        For Each oRow In oTbl.Rows
          ' Select the cell in column 2.
          Set oRng = oRow.Cells(2).Range
          ' and do something with it...
          'e.g. oRng.TypeText "modified"
        Next
      Next
    End Sub
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have my users DOB as a string (don't ask), how can I reliably
This is basic stuff but I can't get this following form to process reliably.
I have android.permission.READ_OWNER_DATA but I can't find any reliable code that would explain how
Can someone recommend a reliable HTML tree control that also supports tree manipulation? I
Question: Can inotify be used to reliably record files in a [linux] system? Details:
It looks like I'm running into an issue where I can reliably cause my
I realise that FileSystemWatcher does not provide a Move event, instead it will generate
I've found a scenario where I can reliably get the TypeScript compiler to fail
I need to retain a complex object in my service, so I can reliably
I searched around the webs and found tools that can indent java,C,php,HTML etc. Is

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.