I would appreciate your help with the following:
Using ‘MS-DOS Batch File’ I convert several text files to excel files, using:
COPY “C:Documents and SettingsExample Text File.txt” “C:Documents and SettingsExample Excel File.xls”
Can this be done in the same way, converting microsoft access database (mdb) to excel format.
The only way I know how currently, is to open the database file,copy the data and paste into excel. But there must be an easier way??
Thanks