View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
pieros pieros is offline
external usenet poster
 
Posts: 32
Default please help me with folder and subfolders

Can anyone help me with the following;
I've got an original folder with several original subfolders. With VBA
I want to create a testfolder with the same name as the original folder
but in another location. Then I want to create testsubfolders in the
new testfolder with the same names as the original subfolders.
Greetings.