Thanks Mike,
I think I'll take option 1 please as Our systems are on Windows '95.
Any help in implementing the code will help tremendously.
Sarah.
Send me an E-mail and I can send you a sample file.
Which operating system are you using?
You could approach this issue in two ways.
One is to have it run the deletion macro upon
the workbook being opened, with the last run date
put in a cell on one of the sheets, so you can
make sure it only executes once a week.
The other requires Win98 or NT. A relatively
clean way would be to create a new workbook (#1), and
write code that opens the other file (#2), deletes the
column, saves it, and closes that file (#2). This procedure
would have to be called Auto_Open() so that it will
automatically run when this file is opened.
Then you'd set up a new "scheduled task" (w98 or NT) to open
file #1 at a set time on Sunday. When it opens, it runs
the Auto_Open() macro which opens #2, deletes stuff,
saves, closes, and exits out of Excel.
I have a similar setup right now with some files
that generate reports on weekdays before I get to
work.
Let me know if you need any additional help in
implementing this.
Mike