Re: $$Excel-Macros$$ file rename-macro help

2012-07-27 Thread Paul Schreiner
can.” - John Wesley - From: karthikeyan sankaran To: excel-macros@googlegroups.com Sent: Fri, July 27, 2012 10:51:01 AM Subject: Re: $$Excel-Macros$$ file rename-macro help send attached excel sheet On 27/07/2012, Paul Sch

Re: $$Excel-Macros$$ file rename-macro help

2012-07-27 Thread karthikeyan sankaran
can, > In all the places you can, > At all the times you can, > To all the people you can, > As long as ever you can.” - John Wesley > - > > > > > ________ > From: karthikeyan sankaran > To: excel-ma

Re: $$Excel-Macros$$ file rename-macro help

2012-07-27 Thread Paul Schreiner
ever you can.” - John Wesley - From: karthikeyan sankaran To: excel-macros@googlegroups.com Sent: Fri, July 27, 2012 9:58:23 AM Subject: Re: $$Excel-Macros$$ file rename-macro help How to rename the get file name through excel macro On 27/07/2012, Paul Schreiner wrote: > How much help do you nee

RE: $$Excel-Macros$$ file rename-macro help

2012-07-27 Thread Rajan_Verma
Subject: Re: $$Excel-Macros$$ file rename-macro help How to rename the get file name through excel macro On 27/07/2012, Paul Schreiner wrote: > How much help do you need? > Do you know anything about VBA? > Have you tried anything on your own? > > This macro will generate the list o

Re: $$Excel-Macros$$ file rename-macro help

2012-07-27 Thread karthikeyan sankaran
How to rename the get file name through excel macro On 27/07/2012, Paul Schreiner wrote: > How much help do you need? > Do you know anything about VBA? > Have you tried anything on your own? > > This macro will generate the list of .pdf files in C:\temp > into a list. > > Sub Get_Files() >     Di

Re: $$Excel-Macros$$ file rename-macro help

2012-07-27 Thread Paul Schreiner
How much help do you need? Do you know anything about VBA? Have you tried anything on your own? This macro will generate the list of .pdf files in C:\temp into a list. Sub Get_Files()     Dim SourceDir, R     Dim fso, Fldr, Files, File     Dim Sht         Set fso = CreateObject("Scripting.FileSy