Hi all.
I want to use VBA to save a manually imported txt file as xls. This part of automating several functions as these functions are done several times a week on several files.
I have tried various SaveAs combinations but nothing seems to work.
Do I have to do something line this
Count Filename ( cFn, total characters in the txt file name)
fN = Left(Filename,cFn-4)
File SaveAs Filename=fN, Filetype = xlNormal
Thanks
I want to use VBA to save a manually imported txt file as xls. This part of automating several functions as these functions are done several times a week on several files.
I have tried various SaveAs combinations but nothing seems to work.
Do I have to do something line this
Count Filename ( cFn, total characters in the txt file name)
fN = Left(Filename,cFn-4)
File SaveAs Filename=fN, Filetype = xlNormal
Thanks