I opened semicolon delimited txt file with this code below
and long account number showed up as scientific notation after saving to excel regardless of formatting to text that c
Select the cells where the foramt should be changed:
'Example:
Columns("A:E").Select
Selection.NumberFormat = "0.00"
Selection.NumberFormat = "0.0"
Selection.NumberFormat = "0"
'The exponential or scientific notation will be converted