Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi, Jim ...
I am now at the office (Excel 2000 on Win 2000) - the following code now works fine. Don't know what the problem is with Excel 2000 on my XP OS at home. If I can't get it to work I'll do an Excel re-install. Thanks for your help ... Sub Tester1() FileSystem.MkDir ("D:\lion") End Sub Sub tester2() FileSystem.RmDir ("D:\lion") End Sub "Jim Cone" wrote: 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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Filesystem again | Excel Programming | |||
To Bob Phillips ( Filesystem) | Excel Programming | |||
Filesystem again | Excel Programming |