Skip you are the BEST !!! Thank You very much! I was amazed yesterday with your extemely fast and accurate reply. I'm sorry it took 24 hours for me to reply but I had to tweak a couple of things and then throughly test it this morning and viola! I works great. Thanks for solving this vexing...
That works, I get zero, but how do I fit
Left(.Text, Len(.Text) - 2)
into
sNodeValue = rngTable.Cell(iRow, iColumn).Range.Text
would it be something like
sNodeValue = rngTable.Cell(Left(.Text, Len(.Text) - 2))
??
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 =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.