Hi Jon,
The following code will delete the active document from the folder in which
it is located. USE WITH CAUTION
Dim docname As String
docname = ActiveDocument.FullName
ActiveDocument.Close wdDoNotSaveChanges
Kill docname
Please post any further questions or followup to the newsgroups for the
benefit of others who may be interested. Unsolicited questions forwarded
directly to me will only be answered on a consulting basis.
Hope this helps
Doug Robbins - Word MVP