Fine
Buddy as you have mentioned as row(“Last”).ToString, even though it has any number nicolasg1234 it will get converted to string as we have use ToString next to row(“Last”)
so the issue is with the left TO varaible name and its type :- LasName Kindly check whether the variable type of LasName in the variable panel once whether it is String or not,
I think its in int32 type and thats what error message even implies Option Strict On disallows implicit conversions from ‘String’ to ‘Integer’.