I have a situation where the user will open Form, Batch History and copy all columns and selected rows from there and paste to Excel. I actually want to retain this behaviour.
This step creates a ComVariant VT_R8 field for Excel Column JobStartDateTime.
I now need to be able to read that Excel file and populate a table field that is a UTCdatetime field from JobStartDateTime.
I am struggling. Please help.