S
Stephen English
I have a table to which I am ading a row.
Because the previous last row has a Comment Reference style, it is carrying
over to the new row.
I think this code should fix but it doesn't want to!
With tblIndex
.Rows.Add
Set rngIndex = .Cell(.Rows.Count, 1).Range
With rngIndex
.Style = "Table Text"
.Text = strTemp
End With
End With
Any ideas please?
Stephen
Because the previous last row has a Comment Reference style, it is carrying
over to the new row.
I think this code should fix but it doesn't want to!
With tblIndex
.Rows.Add
Set rngIndex = .Cell(.Rows.Count, 1).Range
With rngIndex
.Style = "Table Text"
.Text = strTemp
End With
End With
Any ideas please?
Stephen