Click here to Skip to main content
15,921,113 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear all,

Any one can please help me. I have a facing a problem in my organization i.e, some folders are received from client.example -total 3(1,2,3) folders each folder contain a,b,c.... files, in this we can create file names as a folder, b folder, c folder..... and each folder file names changed from 1a,1b,1c and 2a,2b,2c in receiving folders. finally we have move to these file into (1a,2a,3a ) a folder and (1b,2b,3b) b folder. In this we have taken so much time. please let me know any code for vb6 or excel VBA.

Thanks & Regards
T.Sudhakar Rao
Posted
Comments
sukhen dass 12-Nov-11 9:25am    
could you please...elaborate the question...your question is not clear..

1 solution

In VB.Net
You can use
System.Io.directory.move(From,To)
In your destination path(To) you can write new name of your folder
Ex. System.Io.directory.move("c:\test","D:\Test1")

-----------------------------
Best regards
Morteza Shoja
Ir_Digitalboy@Yahoo.com
 
Share this answer
 
Comments
Member 7993229 13-Nov-11 4:16am    
Thaks for your clarification. But i wan code for excel vba

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900