File path

  • Thread starter Thread starter Alain
  • Start date Start date
A

Alain

Happy new year to all,

I am wondering if it is possible from Access 2000 to find out if a Excel
file exist and to delete it if it does.
If so then how should I do this ??

Thanks

Alain
 
To determine if the file exists, use the Dir() function
To delete it, use the Kill statement
You can find info on both in VBA Help.
 
Thanks,

I'll look it up

Alain


Klatuu said:
To determine if the file exists, use the Dir() function
To delete it, use the Kill statement
You can find info on both in VBA Help.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top