Returns the next match.
You should always check the match's Success property as this method will always return
a Match object (even if there were no more matches in the string).
Syntax: NextMatch As Match
Example:
Match1.Value = Match1.NextMatch
If Match1.Success Then...