I have a Word Table with a number of rows that start out with just 1 cell. These rows, I have code to move down one row (to a row that contains multiple cells) and add a row above so that it contains all of the columns. I then use a copy of the text that is in the single cell into the first cell. The code then selects the entire row and merges it into 1 cell that spans all of the columns in the table.
This code works fine in MOST cases. However, if the original single cell is at the end of the page and continues to the next page moving down 1 row moves the cursor to the 2nd row of text in the same row instead of moving down to the row below that has the multiple rows. How do I test for this possibility so that I can move down another row? Would the row number be the same when I move to the 2nd page?


Chris