Good morning,
My macro is reading a text file and creating a new excel sheet. The one problem is with column "D". The text file for this column contains 16 characters (numbers) and the resulting column appears in scientific notation format. i.e. <TABLE style="WIDTH: 48pt; BORDER-COLLAPSE: collapse" border=0 cellSpacing=0 cellPadding=0 width=64><COLGROUP><COL style="WIDTH: 48pt" width=64><TBODY><TR style="HEIGHT: 15pt" height=20><TD style="BORDER-BOTTOM-COLOR: #ece9d8; BACKGROUND-COLOR: transparent; BORDER-TOP-COLOR: #ece9d8; WIDTH: 48pt; HEIGHT: 15pt; BORDER-RIGHT-COLOR: #ece9d8; BORDER-LEFT-COLOR: #ece9d8" height=20 width=64 align=right>
6.42E+15
</TD></TR></TBODY></TABLE>
<!-- / message -->
My macro is reading a text file and creating a new excel sheet. The one problem is with column "D". The text file for this column contains 16 characters (numbers) and the resulting column appears in scientific notation format. i.e. <TABLE style="WIDTH: 48pt; BORDER-COLLAPSE: collapse" border=0 cellSpacing=0 cellPadding=0 width=64><COLGROUP><COL style="WIDTH: 48pt" width=64><TBODY><TR style="HEIGHT: 15pt" height=20><TD style="BORDER-BOTTOM-COLOR: #ece9d8; BACKGROUND-COLOR: transparent; BORDER-TOP-COLOR: #ece9d8; WIDTH: 48pt; HEIGHT: 15pt; BORDER-RIGHT-COLOR: #ece9d8; BORDER-LEFT-COLOR: #ece9d8" height=20 width=64 align=right>
6.42E+15
</TD></TR></TBODY></TABLE>
<!-- / message -->