Hi,
For now, can you try either of the following?
CInt(Saved.Values(Of UiPath.Excel.ExcelValue)("nDays"))
OR
Saved.Values(Of Int32)("nDays")
Regards,
Hi,
For now, can you try either of the following?
CInt(Saved.Values(Of UiPath.Excel.ExcelValue)("nDays"))
OR
Saved.Values(Of Int32)("nDays")
Regards,