Hi @devendra_bhardwaj1 ,
use Cint(Variable)
Your assign To value is of type integer and Value is object.
You can change the value to integer by using Cint.
Or you should change output variable type to object.
Cint(varible) will convert the fiven variable to integer if it is a valid integer value
Cheers