G
GFassauer
Hi There,
I have a problem getting the content of table cell in word. At the moment I
grab the content of a cell with code like this:
For Each celTable In .Cells
Set rngText = celTable.Range
rngText.MoveEnd Unit:=wdParagraph, Count:=-1
myText = rngText
Next
This works fine unless I have a cell that contains text with automatic
number in it, then my code only gets the text after the number. How do I
manage to get the whole text (including number from that cell)
Any help is appreciated.
GFassauer
I have a problem getting the content of table cell in word. At the moment I
grab the content of a cell with code like this:
For Each celTable In .Cells
Set rngText = celTable.Range
rngText.MoveEnd Unit:=wdParagraph, Count:=-1
myText = rngText
Next
This works fine unless I have a cell that contains text with automatic
number in it, then my code only gets the text after the number. How do I
manage to get the whole text (including number from that cell)
Any help is appreciated.
GFassauer