A
Andibevan
I get the following error when trying to alter the value of a table:-
"Cannot Access individual rows in this collection because the table has
vertically merged cells"
This is the code that causes the problem
With oAppWD.ActiveDocument.Tables(1).rows(1).cells(2) = "V4.0"
(oAppWD = CreateObject("Word.Application") )
How do I change the value of cells within a table where there are vertically
merged cells?
Ta
Andi
"Cannot Access individual rows in this collection because the table has
vertically merged cells"
This is the code that causes the problem
With oAppWD.ActiveDocument.Tables(1).rows(1).cells(2) = "V4.0"
(oAppWD = CreateObject("Word.Application") )
How do I change the value of cells within a table where there are vertically
merged cells?
Ta
Andi