Catchy title isn't it? Ok, I've surfed this problem to death with no solution. Here's what I'm after:

After a user edits a particular workbook, I need it to be saved into a different directory. I don't want to save as because this will merely create another file in a different location. Because I am trying to 'idiot proof' this (no, I'm not the idiot) to the greatest possible extent, I want it to work like this:
OnClick Command Button, the following occurs:
1) Save Workbook
2) Move WB to different folder
3) Kill original WB (so as to not have a second copy of it)

Any help with some code to make this happen?

Thanks, Chris