Thank you all for your help.
However the string is a files location, so there are multiple "\"'s
ex: C:\Drive\Folder\Subfolder\File
I am trying to extract just the file name, after the last "\". The amounts of "\"'s could vary sometime to time.
James
I am string to get read a string value from right to left up to a certain character. I can't seem to get it to work. Does anybody know what i may be doing incorrect?
Here is some of the code:
strTable = InputBox("What table do you want to import the file to?", "Professional File Load")
If...