OS Windows 7
Excel 2010
Requirement to delete a number of Files(Not just Excel Files) in different folders.
These files and their fully qualified paths are listed in an Excel Workbook.
When I run my code it to perform the deletion it functions well for about 80% of the files. The other 20% return Err.Number 75.
I have checked the filename and path exists using the fully qualified path.
I have checked the files are not open.
I have the correct authority level to delete these files.
Yet when I perform the kill statement using the same fully qualified path I get VBA Err.number 75
I would be very grateful for your insight/thoughts.
Regards
Frank
Excel 2010
Requirement to delete a number of Files(Not just Excel Files) in different folders.
These files and their fully qualified paths are listed in an Excel Workbook.
When I run my code it to perform the deletion it functions well for about 80% of the files. The other 20% return Err.Number 75.
I have checked the filename and path exists using the fully qualified path.
I have checked the files are not open.
I have the correct authority level to delete these files.
Yet when I perform the kill statement using the same fully qualified path I get VBA Err.number 75
I would be very grateful for your insight/thoughts.
Regards
Frank