Loop through Subfolders: Copy/Paste Cell Data

Fretflyer

New Member
Joined
Oct 3, 2012
Messages
8
Can someone get me pointed in the right direction on creating vba to loop through folders and subfolders to copy/paste data from a specific cell in multi-worksheet workbooks?

The cell is in the same place in all workbooks and is a named range/cell (jobnumber).
The workbooks have a standard ascending file name (C10, C11, C12 etc..) but each file is in a seperate folder, a few levels deep in the server directory.

Example directories
//server/jobs/c10/c10workbook
//server/jobs/c11/c11workbook

I hope that makes sense. Any help at all is much appreciated.
 
Would the add-in need to be installed on any computer that uses it? Are there any security/permissions or anything that would need to be changed or set on each computer to allow it to work?
 
Upvote 0

Excel Facts

Shade all formula cells
To shade all formula cells: Home, Find & Select, Formulas to select all formulas. Then apply a light fill color.
Yes it must installed on each computer

The good news is that the add-in will work also if the security settings is set to high,
If it is set to high a workbook with code will not work but the add-in is working.
 
Upvote 0

Forum statistics

Threads
1,223,270
Messages
6,171,102
Members
452,379
Latest member
IainTru

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top