DougRobertson
Active Member
- Joined
- Sep 22, 2009
- Messages
- 334
- Office Version
- 365
- Platform
- Windows
Hello,
I'm looking for some VBA code that would allow a macro to delete a folder-coloring file. I know how to delete non-Operating System files, but not these.
Here's the type of code I usually use:
Thanks in advance,
~ DWR
I'm looking for some VBA code that would allow a macro to delete a folder-coloring file. I know how to delete non-Operating System files, but not these.
Here's the type of code I usually use:
Code:
Kill "C\Test Folder\icon*.ico"
~ DWR