And some related resources:
Article: Dynamically Writing Office Documents
http://www.infinetsoftware.com/conte...edocuments.asp
Response.ContentType = "application/msword"
Response.AddHeader "Content-Disposition", "attachment;filename=receipt.doc"
Build an Easy Maintenance Intranet Site: Using Office Docs, File System Object, and OLE Structured Storage by Josef Finsel
http://msdn.microsoft.com/msdnmag/issues/0300/fso/
Assumes that a directory can be allowed access to only the human resources dept.