Here is another idea using a vba function if all you want is to have all the dates extracted into a string, however, as theDBguy pointed out, if you want to use it in a specific way, would still need the split function. The function below can return all matches of a given pattern. It is set up...