Hi dears,
I want to add the row from Excel to QUEUE by name, not number. What is the appropriate condition for that?
Hi dears,
I want to add the row from Excel to QUEUE by name, not number. What is the appropriate condition for that?

Hi @Nada_Ismail
The below syntax should help you
dtEmployees.Rows(intCounter)("email").ToString
Regards
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.