H
Henry Kwan
I have this macro that does a few formatting settings to the current table
cell (depending on the location of the text insertion cursor).
After running this macro, I wish to move the text insertion cursor to the
cell below the current cell. I tried to use the MoveDown method, however,
this method appears to simulate a down arrow key press. If a cell spans
between two pages, pressing the down arrow key or using this MoveDown method
may or may not move the cursor to the cell below. In most cases, if there is
text in the cells below, left and below, right, the cursor will go to one of
these cells instead of the cell directly below the current cell.
Is there a way to use the GoTo method to accomplish what I want?
Any help is greatly appreciated.
cell (depending on the location of the text insertion cursor).
After running this macro, I wish to move the text insertion cursor to the
cell below the current cell. I tried to use the MoveDown method, however,
this method appears to simulate a down arrow key press. If a cell spans
between two pages, pressing the down arrow key or using this MoveDown method
may or may not move the cursor to the cell below. In most cases, if there is
text in the cells below, left and below, right, the cursor will go to one of
these cells instead of the cell directly below the current cell.
Is there a way to use the GoTo method to accomplish what I want?
Any help is greatly appreciated.