PleaseGiveHelp
Programmer
I am reading in a file name and I want to extract a piece of the file name. So if the filename is C:\Test\Test2\1234_Jingle[1].2_Done.csv, I only want the portion between the "-" and the "[". I believe I've done this within VB before but I cannot remember how. What function can I use to extract the piece? None of the truncation/trim functions allow me to travel to a character. Help!