$$Excel-Macros$$ Code for deleting files in a folder.

2012-01-25 Thread Mr excel
hi all, i would like to know the code for deleting all the files in a folder on a desired day or say a particular date using vba or any script for that matter.Can i achieve the same using DOS commands or any software is required to do. Kindly help. Regards excelkeechak. -- FORUM RULES (986

Re: $$Excel-Macros$$ Code for deleting files in a folder.

2012-01-25 Thread dguillett1
cel Sent: Wednesday, January 25, 2012 6:32 PM To: excel-macros@googlegroups.com Subject: $$Excel-Macros$$ Code for deleting files in a folder. hi all, i would like to know the code for deleting all the files in a folder on a desired day or say a particular date using vba or any script fo

Re: $$Excel-Macros$$ Code for deleting files in a folder.

2012-01-25 Thread Mr excel
thanks a lot guillet for your support.i would further like to know whether this code works simply by installing it in the code window of an excel sheet and triggers itself on that particular date (checking the date with the system date). Tell me how to get this code work with out any problems. Than

Re: $$Excel-Macros$$ Code for deleting files in a folder.

2012-01-25 Thread dguillett1
deleting files in a folder. thanks a lot guillet for your support.i would further like to know whether this code works simply by installing it in the code window of an excel sheet and triggers itself on that particular date (checking the date with the system date). Tell me how to get this code work

Re: $$Excel-Macros$$ Code for deleting files in a folder.

2012-01-25 Thread Mr excel
From:* Mr excel > *Sent:* Wednesday, January 25, 2012 6:51 PM > *To:* excel-macros@googlegroups.com > *Subject:* Re: $$Excel-Macros$$ Code for deleting files in a folder. > > thanks a lot guillet for your support.i would further like to know whether > this code works simply by installing

Re: $$Excel-Macros$$ Code for deleting files in a folder.

2012-01-27 Thread Mr excel
ange the date, folder, as I >> said.. It’s automatic based on the date. >> >> Don Guillett >> SalesAid Software >> dguille...@gmail.com >> >> *From:* Mr excel >> *Sent:* Wednesday, January 25, 2012 6:51 PM >> *To:* excel-macros@googlegroups

Re: $$Excel-Macros$$ Code for deleting files in a folder.

2012-01-27 Thread NOORAIN ANSARI
>>> SalesAid Software >>> dguille...@gmail.com >>> >>> *From:* Mr excel >>> *Sent:* Wednesday, January 25, 2012 6:51 PM >>> *To:* excel-macros@googlegroups.com >>> *Subject:* Re: $$Excel-Macros$$ Code for deleting files in a folder. >

Re: $$Excel-Macros$$ Code for deleting files in a folder.

2012-01-27 Thread Mr excel
Guillett >>>> SalesAid Software >>>> dguille...@gmail.com >>>> >>>> *From:* Mr excel >>>> *Sent:* Wednesday, January 25, 2012 6:51 PM >>>> *To:* excel-macros@googlegroups.com >>>> *Subject:* Re: $$Excel-Macros$$ Cod

Re: $$Excel-Macros$$ Code for deleting files in a folder.

2012-01-27 Thread NOORAIN ANSARI
guillett >>>> >>>> >>>> On Thu, Jan 26, 2012 at 6:31 AM, dguillett1 wrote: >>>> >>>>> Just copy into a regular module. Change the date, folder, as I >>>>> said.. It’s automatic based on the date. >>>>>

Re: $$Excel-Macros$$ Code for deleting files in a folder.

2012-01-27 Thread dguillett1
. Change the date, folder, as I said.. It’s automatic based on the date. Don Guillett SalesAid Software dguille...@gmail.com From: Mr excel Sent: Wednesday, January 25, 2012 6:51 PM To: excel-macros@googlegroups.com Subject: Re: $$Excel-Macros$$ Code for deleting files

RE: $$Excel-Macros$$ Code for deleting files in a folder.

2012-01-30 Thread Rajan_Verma
MyFile.Delete Next End Sub From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com] On Behalf Of Mr excel Sent: Jan/Thu/2012 06:03 To: excel-macros@googlegroups.com Subject: $$Excel-Macros$$ Code for deleting files in a folder. hi all, i would like to know