Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2019
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. Dim x As String
  2. x = InputBox("Enter File Directory")
  3.  
  4. If Dir$("x") <> "" Then
  5. MsgBox ("The file exists")
  6.  
  7. Else
  8. MsgBox ("The file does not exist")
  9.  
  10. End If
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement