Things to try:
- Have you tried hitting refresh on the folder to see if it's already gone?
- Did you make sure the folder's properties aren't set to read-only
- You could try deleting the folder/file with some simple VBA code in an Excel workbook (see example sub procedure)
There's probably a better way to do it, but those are some starters you can try...
Main Topics
Browse All Topics





by: darron_chapmanPosted on 2009-05-26 at 20:05:39ID: 24479634
ran into a similar problem today... went to the folder in DOS, and did a dir /x and that showed me the msdos name of the folder, then I typed rmdir <8characterfoldername> ... so if it's called tempor~1, then you'd type rmdir tempor~1.... hope this works for you