I'm using Mid$(ws.Name, 10, 4) in a macro to look at the "ff00"--it has worked as long as the sheet names have the exact number of character, but now I've had to add "nim" and haven't been able to work out the formula.
I am trying something like Mid$(ws.Name,Find$("_",ws.Name),4) but I don't think "Find", or the way I'm trying to use it is correct....
FFDAE_eq_ff00aem
FFGZZ_nim_ff00aem
I am trying something like Mid$(ws.Name,Find$("_",ws.Name),4) but I don't think "Find", or the way I'm trying to use it is correct....
FFDAE_eq_ff00aem
FFGZZ_nim_ff00aem