Hi guys,
I already search everywhere but I can't really find anything regarding this problem.
Let us say I have several strings in my word application in this format "11:59:00" (##:##:##). *Note is doesn't necessarily mean that there 'time'. It's just that they are written in that format.
What I what is to replace all instances of that string format into "11.59.00" (##.##.##). How do I do that?
I can see that I can work this through using the find functions wild cards of do it on vb code. But I really can't find any material that will help me on this matter. Thank you in advance.




Reply With Quote