View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jim Cone Jim Cone is offline
external usenet poster
 
Posts: 3,290
Default FileSystem.RMDIR

bill,

Try it without "FileSystem."

RmDr "c\lion"

Regards,
Jim Cone
San Francisco, USA


"bill_morgan"

wrote in message
...
Friends,
Excel 2000 running in XP
The following code works fine
FileSystem.MkDir "c:\lion"
However, I get error 75 (path/file access error) when I run:
FileSystem.RmDir "c:\lion"
C:\lion is an empty directory. Any ideas what's wrong? Thanks for your help
bill morgan