This is odd. In the code below the replace() does not replace the : character. Why? How do I fix this? Even if I switch ":" with chr(58) it doesn't work.
Dim dispName as String
dispName = " 110531 Re:Our file 027-10.doc"
dispName = Replace(dispName, ":", " ")
msgbox dispName
:, it looks like that is not the same as the other one