delete files macro

J

jnu

does anyone know the code that could be used to delete all my excel files
from desktop. i'd like to use a wildcard like **.xls
 
S

Steve Schapel

Jnu,

As far as I know, so far there is no way to do this with a macro.

However, it is relatively simple using the Kill statement in a VBA
procedure.
 
Top