> Using Word 2002, I would like to be able to rename or delete a folder using
> vba
[quoted text clipped - 3 lines]
> TIA
> Tom
Hi Tom,
You might want to have a look at the FileSystemObject, which will allow
you to do these things paying particular attention to DeleteFile and
DeleteFolder.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/script56/html/j
sobjFileSystem.asp
HTH
J