Dave Peterson
2004-06-22 02:04:30 UTC
If your text file is always the same name, then start a new workbook.
Turn on the macro recorder and record your steps when you do it manually.
Save that workbook as a nice name. You could open that workbook and run the
macro whenever you want to import that text file.
Or you could give the macro the name: Auto_open
Then put a shortcut to that workbook on your desktop. Just double click on the
shortcut, excel will open your file, run the macro and tada!
You could even add:
Thisworkbook.close savechanges:=false
right before the closing "end sub"
and the macro workbook will close (without saving any changes--so don't do this
while you're testing if you haven't saved it!)
Turn on the macro recorder and record your steps when you do it manually.
Save that workbook as a nice name. You could open that workbook and run the
macro whenever you want to import that text file.
Or you could give the macro the name: Auto_open
Then put a shortcut to that workbook on your desktop. Just double click on the
shortcut, excel will open your file, run the macro and tada!
You could even add:
Thisworkbook.close savechanges:=false
right before the closing "end sub"
and the macro workbook will close (without saving any changes--so don't do this
while you're testing if you haven't saved it!)
I think the subject says it all! I have a txt file that I receive daily that I would like to create a .bat file to open, delimit based on 'space', and save as a xls file.
I'm clueless, any help would be greatly appreciated!
THANKS!
I'm clueless, any help would be greatly appreciated!
THANKS!
--
Dave Peterson
***@msn.com
Dave Peterson
***@msn.com