Hello,
I'm looking for VBA Code that will Extract all the Characters to the Right of the Right-Most Space in a String.
Where Cell "C6" contains the Text "From 8/1/2018 To 8/7/2018", I need to have the Variable iEndDate return the characters "8/7/2018".
Thank you in advance for any and all...