Hi,
I have a word document with a table only have one column. I have to extract the display text from each cell. For that I am using
cell.text()
Sometimes cell contains hyperlinks. So when i take the text as above, result is starting with HYPERLINK \l "
along with bookmark name and then display text. I have only wanted display text. So please kindly help me to extract only displaying text.
Thank you