Macro to save to dat file

R

rbs

Hi Everyone,

I need to save the contents of an excel file to a dat file with no
delimiters.

Can anyone help?

Thanks,


Natalie.
 
D

Dan E

rbs,

That could be done but something like
5.32 5.455 11.713 will get turned into

5.325.45511.713

in your file, which becomes almost impossible to get back
to the original numbers...

Dan E
 
Top