Move to the cell above

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top