G
Guest
I have imported into a table an XML file which details addresses. In the
table in shows the address as follows: 1635 W National Ave *Milwaukee, WI
53204-1130
The * is actually a little square box which I presume is the VBcr symbol.
I want to replace this with ",". How do I do it.
I have tried
Old = Replace(Old, Vbcr, ",", , , vbTextCompare)
but this does not work.
Thanks in advance.
table in shows the address as follows: 1635 W National Ave *Milwaukee, WI
53204-1130
The * is actually a little square box which I presume is the VBcr symbol.
I want to replace this with ",". How do I do it.
I have tried
Old = Replace(Old, Vbcr, ",", , , vbTextCompare)
but this does not work.
Thanks in advance.