Q
Question Boy
I am trying to use vba to navigate in a table to do some modifications
automatically.
In this instance, the table has a 2 column and the 1st merges 2 rows but not
the second
***************************
* * *
* **************
* * *
***************************
I am located in the bottom cell of the second column and am trying to move
to the cell above, but can't figure out how.
I have tried
Selection.MoveUp Unit:=wdRow, Count:=1
Selection.MoveUp Unit:=wdCell, Count:=1
but neither of these work.
How can I simply move up 1 cell into the cell/row above the current one?
Thank you,
QB
automatically.
In this instance, the table has a 2 column and the 1st merges 2 rows but not
the second
***************************
* * *
* **************
* * *
***************************
I am located in the bottom cell of the second column and am trying to move
to the cell above, but can't figure out how.
I have tried
Selection.MoveUp Unit:=wdRow, Count:=1
Selection.MoveUp Unit:=wdCell, Count:=1
but neither of these work.
How can I simply move up 1 cell into the cell/row above the current one?
Thank you,
QB