maybe the simple string approach will work
For the Check
row("ESQ-AC Codes").toString.Contains(row("Gasper Action Code").toString.Trim)
Replace:
row("ESQ-AC Codes").toString.Replace(row("Gasper Action Code").toString.Trim,"")
maybe the simple string approach will work
For the Check
row("ESQ-AC Codes").toString.Contains(row("Gasper Action Code").toString.Trim)
Replace:
row("ESQ-AC Codes").toString.Replace(row("Gasper Action Code").toString.Trim,"")