DougRobertson
Active Member
- Joined
- Sep 22, 2009
- Messages
- 334
- Office Version
- 365
- Platform
- Windows
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 assistance!
(Using Excel 2016)
~ DWR
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 assistance!
(Using Excel 2016)
~ DWR