Is there a way to know whether or not any replacements were made when using the following line of code in VBA for Excel 2003?
LineString = Replace(LineString, "~", " ")
I sometimes need to know if any replacements were actually made. Nothing in the online help indicates a way to know one way or the other.
Thanks for the help,
Paul Hudgens
LineString = Replace(LineString, "~", " ")
I sometimes need to know if any replacements were actually made. Nothing in the online help indicates a way to know one way or the other.
Thanks for the help,
Paul Hudgens