OpenText looses leading zeros for zip
I've tried
objExcel.ActiveWorkbook.Activesheet.Columns("L").N umberFormat = "@"
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!
|