View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
James[_48_] James[_48_] is offline
external usenet poster
 
Posts: 6
Default Simple Macro to Delete an Excel file at a specific Folder Location

Hello - Could someone possibly let me know what VBA code to use that will simply delete an Excel File at a particular location (on my desktop)?

Not sure if it matters, but I am using Office/Excel 2010

And if it helps, the exact folder location is below.

C:\Users\James\SkyDrive\SkyPLT\MainSellerAccount\I mports\DailyImportTemplate\NONSPECPRICING


This is probably not relevant, but as an FYI, I will be running this new code PRIOR to running another VBA Macro (that I run daily) that requires that the file that is being deleted is not there, in order to begin. This is because that other VBA Macro seems to be turning off the Macros in that folder, and thus disallowing the Microsoft Access export to export the updated file to that location.