JB
Fri Jan 14 04:18:26 CST 2005
Tom wrote:
> Using Word 2002, I would like to be able to rename or delete a folder using
> vba
>
> Any sample code to do this would be appreciated
>
> 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/jsobjFileSystem.asp
HTH
J