The results are in! Meet the top members of our 2017 Expert Awards. Congratulations to all who qualified!
Are you are experiencing a similar issue? Get a personalized answer when you ask a related question.
Have a better answer? Share it in a comment.
Dim Excel As New Excel.Application
Excel.Workbooks.Open "c:\test.txt"
Excel.Range("A1").Select
Excel.Selection.Columns.Au
Excel.SaveWorkspace "c:\test.xls"
Excel.Workbooks.Close SaveChanges:=True
Excel.Quit
Cheers
Marcus