Can you try this inside for each row,
getFileName = System.Text.RegularExpressions.Regex.Match(str1,“(?<=\d)).*”).ToString
Thank!
Can you try this inside for each row,
getFileName = System.Text.RegularExpressions.Regex.Match(str1,“(?<=\d)).*”).ToString
Thank!