G
Guest
I've tried
objExcel.ActiveWorkbook.Activesheet.Columns("L").NumberFormat = "@"
and no luck.
I also tried the FieldInfo Array of Arrays for OpenText.
I'm using vbs and I'm looking for a way to not loose leading zeros? Thanks!
objExcel.ActiveWorkbook.Activesheet.Columns("L").NumberFormat = "@"
and no luck.
I also tried the FieldInfo Array of Arrays for OpenText.
I'm using vbs and I'm looking for a way to not loose leading zeros? Thanks!