How could i enumerate the paths in the simple If Dir(path,vbNormal) condition ? For example i have the following lines :
If Dir(AuPl, vbNormal) “” Then
GetIt (AuPl)
Kill (AuPl)
FncSuborder
FinishingTouches
I want to rewrite the If condition as follows
If Dir(AuPl,or VAOL,Or TrPL,Or TYUL, vbNormal) “” Then
GetIt(AuPl Or VAOL or TrPl Or TYUL)
Is it possible?