E
ehflam
Hi.
I want to export some data from an Excel file to a text file usin
macros.
I can do the exporting no problem, but the numbers aren't showing a
the format a wanted (I need them to be in .00000E+00 so that my othe
program can read it)(e.g 165.2 = .16520E+03).
Right now, I have to change every cell to text, and then switch the
back to numbers again after writing to the text file because I don'
want to mess up the original file, which makes it extremely slow. Ar
there any ways to do this without writing to the original excel file a
all?
Thanks
I want to export some data from an Excel file to a text file usin
macros.
I can do the exporting no problem, but the numbers aren't showing a
the format a wanted (I need them to be in .00000E+00 so that my othe
program can read it)(e.g 165.2 = .16520E+03).
Right now, I have to change every cell to text, and then switch the
back to numbers again after writing to the text file because I don'
want to mess up the original file, which makes it extremely slow. Ar
there any ways to do this without writing to the original excel file a
all?
Thanks