Hi there Everyone. This may seem a little bit difficult.

So I would like to have a macro which does the following things.

1. If the „Data” sheet D3 cell contains OK. The file should be saved. The saving should work in the following way. Save as... O://finance/financial control/shared files/

2. If the D3 cell is OK then first there should be a pop up message box asking: „Do you want to save the file?” There should be two options: „Yes” and „No”.

3. If „No” is pressed then the macro should terminate.

4. If the answer is yes, then the file name should be saved as „Processing file <yesterday’s date>.xls (I know this needs some explanation. So if today is 23-AUG-2007 the file should be saved as: „O://finance/financial control/shared files/Processing file 22.08.2007.xls”)

5. If there’s already a file with the same date, then NEVER overwrite but save as: Processing file <yesterday’s date>b.xls. (So if today is 23-AUG-2007 and in the given directory there is already a file named:” Processing file 22.08.2007.xls”, the file should be saved as: „O://finance/financial control/shared files/Processing file 22.08.2007b.xls”)

Can a macro do this? Thanks in advance!