Thread
:
If file exists then
View Single Post
#
1
Posted to microsoft.public.excel.programming
Curt
external usenet poster
Posts: 469
If file exists then
Want to check if file exists zzz.xxx if true call a macro KillFile if not
exit
Blanked out
Thanks
If ("C:\Parade\zzz.txt") Then
Call KillFile
Exit Sub
' Else
End If
Reply With Quote
Curt
View Public Profile
Find all posts by Curt