I am deleting all files in a subfolder, then I am deleting all subfolders, then I am trying to delete the main folder.
All work except the last rmdir
I am the only one with access to this server, and no workbooks are open when I run the procedure.
Code:
Kill ("H:\Scorecards\Quality\*.*")
RMdir ("H:\Scorecards\Quality\"
RmDir ("H:\Scorecards\") [error - Path does not exist]
All work except the last rmdir
I am the only one with access to this server, and no workbooks are open when I run the procedure.
Code:
Kill ("H:\Scorecards\Quality\*.*")
RMdir ("H:\Scorecards\Quality\"
RmDir ("H:\Scorecards\") [error - Path does not exist]