Message 1 of 5
Reading a string for the end

Not applicable
09-16-2002
03:45 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I need to read a string from the last character forward to find the first (actually the last in the string) time a character appears. VB has the InStrRev function but VBA doesn't seem to understand that. I am using the thisdrawing.fullname to read the current drawing name and path and I want to read the file name without the path. Is there an easy way to do this?