Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I've been fighting this for a while. I'm trying to
convert a group of small text files (avg. 600 lines each) in a folder to .xls files. All my attempts have failed. Can someone lead me in the right direction on how to convert at least one? Sub ChangeExt() Dim mytextfile As Object Set mytextfile = GetObject("C:\Documents and Settings\myfile.txt") mytextfile.SaveAs "C:\Documents and Settings\myfile.xls" End Sub Thanks for any guidance you can provide. Jason |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how do I change a csv extension file to an xls file and use it? | Excel Discussion (Misc queries) | |||
2 users open same file and both can edit/change the file | Excel Discussion (Misc queries) | |||
How do I change *.CSV excel file to column seperated file? | Excel Discussion (Misc queries) | |||
How to change a MS Word file to an Excel file | Excel Worksheet Functions | |||
How do I change file/open/"files of type" to default to "all file. | Excel Discussion (Misc queries) |