Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
oLast3Chars = Left(Right(oRefDoc.FullFileName, 7), 3)
I understand it uses the last 3 characters of the original name.
I would want to use the whole name but don't understand this Left and Right fully.
Can anyone elaborate for me?
Thank you.
Solved! Go to Solution.