View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Varun Nair Varun Nair is offline
external usenet poster
 
Posts: 10
Default rename files in a folder

Hi,

I have a set of .wav files in a folder. Can some one help me with a macro
which could rename all the files in a folder.

the naming scheme should be as mentioned below

oldname : 123456_xyz
newname: 123456

i.e. the new name should only contain the first 6 first characters of the
ond name.

--
Varun Nair