appending one Excel file to another

G

George Lewycky

Hi Everyone,


I'm trying to append to a annual Excel file a daily Excel file once
its
made available

Preferably using DOS script once my user saves the Excel document
under an
expected name.

I do this for text files and word document but I am having trouble
with Excel

Is there a way for the third line to work ?????????????

Example.
c:> del /q excel_master.xls
c:> ren excel annual.xls excel_master.xls
C:> copy excel_today.xls + excel_master.xls excel_annual.xls


ALSO: Would this work for TEMPLATES ?????


Can this be done without VB or VBA using DOS.

Any ideas


Thanks in Advance


George
 
D

Dave Peterson

You didn't like yesterday's response?

George said:
Hi Everyone,

I'm trying to append to a annual Excel file a daily Excel file once
its
made available

Preferably using DOS script once my user saves the Excel document
under an
expected name.

I do this for text files and word document but I am having trouble
with Excel

Is there a way for the third line to work ?????????????

Example.
c:> del /q excel_master.xls
c:> ren excel annual.xls excel_master.xls
C:> copy excel_today.xls + excel_master.xls excel_annual.xls

ALSO: Would this work for TEMPLATES ?????

Can this be done without VB or VBA using DOS.

Any ideas

Thanks in Advance

George
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top