V
vqthomf
Hi I am trying to merge two cells 1 in row 2 and 1 in row 3 I am trying to
use the following code if any body can help it would be much appreciated.
TIA
Charles
Sub MergeRowCells()
'
Set myActiveDoc = ActiveDocument
myActiveDoc.Tables(1).Cell(2, 1).Select
Selection.MoveDown Unit:=wdLine, Count:=1, Extend:=wdExtend
Selection.Cells.Merge
End Sub
use the following code if any body can help it would be much appreciated.
TIA
Charles
Sub MergeRowCells()
'
Set myActiveDoc = ActiveDocument
myActiveDoc.Tables(1).Cell(2, 1).Select
Selection.MoveDown Unit:=wdLine, Count:=1, Extend:=wdExtend
Selection.Cells.Merge
End Sub