R
reclusive monkey
I have writtent the most very basic of batch files to list all .xls
files in a directory to a text file;
dir /B *.xls > list.txt
I then import this list of the files into my spreadsheet. Can I run
this batch file from VBA? I am using Excel 2002 (10.6501.6626) SP3
(Office XP) and I am on Windows 2000 Professional. I am sure this is
pretty straightforward, but my googling skills just can't find the
answer! Anyone point me to the answer, or set me on the right track?
Thanks
files in a directory to a text file;
dir /B *.xls > list.txt
I then import this list of the files into my spreadsheet. Can I run
this batch file from VBA? I am using Excel 2002 (10.6501.6626) SP3
(Office XP) and I am on Windows 2000 Professional. I am sure this is
pretty straightforward, but my googling skills just can't find the
answer! Anyone point me to the answer, or set me on the right track?
Thanks