Hi Everyone
I thought I would share the resolution to my query for anyone else who may come across this.
Instead of importing Colum A data as a date, I treated as text by changing:
.TextFileColumnDataTypes = Array(4,1,1,1,1,1)
to
.TextFileColumnDataTypes = Array(2,1,1,1,1,1)
1 =...