If Dir$("App.Path & " \ INIT \ cabezas.ind) <> "" Then
Concatenaste mal!
y ademas no leyó tu post xD
Private Sub Timer1_Timer()
If Dir$("App.Path & " \ INIT \ cabezas.ind) <> "" Then
MsgBox ("El archivo existe")
Else
MsgBox ("El archivo no existe")
End If
End Sub
Private Sub Timer1_Timer()
If Dir$(App.Path & "\INIT\cabezas.ind") <> "" Then
MsgBox ("El archivo existe")
Else
MsgBox ("El archivo no existe")
End If
End Sub
es asi xq app.path no es un string que pones cuando programas, si no que se define en ejecucion