View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Kevin B Kevin B is offline
external usenet poster
 
Posts: 1,316
Default How do you delete an exported file from a directory

Use the command Kill "FullpathAndFilename"
--
Kevin Backmann


"Brett Smith" wrote:

I want to delete an RDF text file that I export from Excel which is in the
same directory as the Excel spreadsheet. In the beginning of the program, I
want to delete this file so that it doesn't accidentally append new
information. How do I delete this file using code?