Hi

This is probably so easy but aint got a clue where to start.

I have sub folders within C:\Downloads of which some are named ABC and others are not but ALL have numbers so either ABC1234 or just 1234.

What im trying to do is set up a vba script so that it looks in C:\Downloads and then if the sub folder starts with ABC I want to move it to C:\MyDocuments\ABC and if it not got letters I need it moved to C:\MyDocuments\number only

If poss after it moved to either C:\MyDocuments\number only or C:\MyDocuments\ABC am I able to delete the subfolders from C:\Downloads .

Is this possible.

Thanks