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
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
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
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
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
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