ActiveDocument.Save saves the current document (under it's original filename including the original folder). To see how to save it to another folder, record the Save As.

But if you want it to keep it's current name, you will have to to some string processing in your macro to find out the current filename (might be something like ActiveDocument.name, have a look in the help) and concatenate it to the path pointing to the folder as the name to be used in the Save As.

Hope this helps.


Kees