Sanket Katdare
New Member
Hi All,
I am stuck on some unique issue and need your help.
I have 40+ protected excel workbooks in different subfolders, all these folders are located in the Root folder called “CSE”.
I am looking for VBA who will help me do the following
Root Folder Path
C:\Users\Daily report Sheets \CSE
40 files/ folders are available in the root folder.
Could you please help me develop VBA code for this?
Thanks & Regards,
Sanket
I am stuck on some unique issue and need your help.
I have 40+ protected excel workbooks in different subfolders, all these folders are located in the Root folder called “CSE”.
I am looking for VBA who will help me do the following
- Loop through each subfolder of “CSE”
- Open Excel Workbook available in Folder and go to sheet “Daily Report”
- Unprotect sheet “Daily Report” with Password “Password@1”
- Add new column at G column
- Name the newly added G Column as “Local / UC”
- Apply Data validation in newly added column G range “G2:G1901” – Values will Be – “Local”, “Up Country”
- Protect “Daily Report” with Password “Password@1”
- Save & Close the workbook.
Root Folder Path
C:\Users\Daily report Sheets \CSE
40 files/ folders are available in the root folder.
Could you please help me develop VBA code for this?
Thanks & Regards,
Sanket