When I am cycling through the cells in a table the variable in the code below (sNodeValue) doesn't pick up anything when there is a zero in the table cell in MS Word. The variable is declared as String. Numbers and letters are recognized fine, but zeros shows up as "".
sNodeValue = rngTable.Cell(iRow, iColumn).Range.Text
sNodeValue = rngTable.Cell(iRow, iColumn).Range.Text