That works great, however
First off thanks a lot for responding, but maybe you can help me a little further....
1. The code fails to work if the Dir is not \....ex
Sub Command1_Click ()
If Dir$("\Flag\Serial\SerWS\1" & ".*") <> "" Then
While Dir <> ""
MsgBox Dir
Wend
End If
End Sub
Above doesn't notice the file and it does exist... 1.1 is in that directory..
2. It tells me the whole file, is there anyway just to tell me the extension....ex instead of saying cat.bat...can it just say "bat"...... Thanks!!