G
Guest
I'm trying to retrieve the string between the 1st and 2nd occurance of the
underscore _ character. Sample string is
ALL-REGIONS_65959_2007_07_Detail.csv.
Here's what I've got so far.
Mid$([FileName],InStr([FileName],"_")+1,5)
How do I get it to retrieve all characters between the 1st and 2nd underscore?
underscore _ character. Sample string is
ALL-REGIONS_65959_2007_07_Detail.csv.
Here's what I've got so far.
Mid$([FileName],InStr([FileName],"_")+1,5)
How do I get it to retrieve all characters between the 1st and 2nd underscore?