cwbe coordinatez:
101
792011
2246044
8763452

ABSOLUT
KYBERIA
permissions
you: r,
system: public
net: yes

neurons

stats|by_visit|by_K
source
tiamat
commanders
polls

total descendants::0
total children::0
show[ 2 | 3] flat


Sub LoopThroughFiles()
Dim StrFile As String
StrFile = Dir("c:testfolder*test*")
Do While Len(StrFile) > 0
Debug.Print StrFile
StrFile = Dir
Loop
End Sub