Hi,
I wish to select the current cell and extend up into the cell above. I'm currently using:
'========================================================
.selection.moveup unit:=wdline, count := 1, Extend := wdExtend
'========================================================
This works fine but when I make Word not visible it selects the whole row.
Can anyone suggest an alternative method to do this??
maybe using the Range property?? (just an idea??)
Any help would be greatfully excepted!
Jonathan
I wish to select the current cell and extend up into the cell above. I'm currently using:
'========================================================
.selection.moveup unit:=wdline, count := 1, Extend := wdExtend
'========================================================
This works fine but when I make Word not visible it selects the whole row.
Can anyone suggest an alternative method to do this??
maybe using the Range property?? (just an idea??)
Any help would be greatfully excepted!
Jonathan