S
stevewy
Is there a way I could go through each table cell in a document,
removing the last character from each cell? I know that each table
cell ends with a table end cell marker, so perhaps what I what is to
remove the last-but-one character in each cell.
I guess it isn't as easy as saying:
For Each Cell in ActiveDocument.Tables(1)
NewContent=Left(Content, Len(Content)-2)
Next
.... so where am I going wrong? Barking up the wrong tree completely,
or just slightly out?
Steve Wylie
removing the last character from each cell? I know that each table
cell ends with a table end cell marker, so perhaps what I what is to
remove the last-but-one character in each cell.
I guess it isn't as easy as saying:
For Each Cell in ActiveDocument.Tables(1)
NewContent=Left(Content, Len(Content)-2)
Next
.... so where am I going wrong? Barking up the wrong tree completely,
or just slightly out?
Steve Wylie