Copy Date Field from Excel

Hi @Deeipauk

Try this

Use Excel Scope for both reading and writing. Do not use Workbook activities.
For Reading → Excel Scope-> Read Range
For Writing → Excel Scope → Write Range

Have to use the Date.Parse(dateString, "dd/MM/yyyy", Nothing) also

Refer this post