Hi, im using 2005 express, and i have a question about the dir function.
Right now i have:
Dir (path & "*.*", vbhidden)
What i want to know is there anyway to except a certain file type.
I want to find all of the file types except for one type.
So i can't just use:
Dir (path & "*.txt", vbhidden)
Right now i have:
Dir (path & "*.*", vbhidden)
What i want to know is there anyway to except a certain file type.
I want to find all of the file types except for one type.
So i can't just use:
Dir (path & "*.txt", vbhidden)
Comment