D
D
Hi:
I would like to check the files (two Excel files) creation date before
importing with Command96.
Can you please tell me how do I make the below working: I get Error 53 =file
not found
Thank you,
Dan
Dim mydate
mydate = Date
If FileDateTime("U:\TREASURY\PUBLIC\TBM Middle
Office\ROBONEILL\2008\Autorec\4Alice\$.xls") = mydate Then
Command96_Click
Else
DoCmd.Quit
end if
end sub
I would like to check the files (two Excel files) creation date before
importing with Command96.
Can you please tell me how do I make the below working: I get Error 53 =file
not found
Thank you,
Dan
Dim mydate
mydate = Date
If FileDateTime("U:\TREASURY\PUBLIC\TBM Middle
Office\ROBONEILL\2008\Autorec\4Alice\$.xls") = mydate Then
Command96_Click
Else
DoCmd.Quit
end if
end sub