[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Path[/TD]
[TD]# of files in folder/subfolders[/TD]
[/TR]
[TR]
[TD]Z:\Windows\User[/TD]
[TD]139[/TD]
[/TR]
[TR]
[TD]Z:\System\files[/TD]
[TD]1213[/TD]
[/TR]
[TR]
[TD]Z:\Windows\Temp[/TD]
[TD]5600[/TD]
[/TR]
[TR]
[TD]Z:\Data\user\jamie\files[/TD]
[TD]125[/TD]
[/TR]
</tbody>[/TABLE]
Can someone help me with some VBA code that will read down through Column A and starting at the path in that cell, get a count of all files and sub-folders under the path and report that number in Column B?
Thank you in advance for any help on this!
<tbody>[TR]
[TD]Path[/TD]
[TD]# of files in folder/subfolders[/TD]
[/TR]
[TR]
[TD]Z:\Windows\User[/TD]
[TD]139[/TD]
[/TR]
[TR]
[TD]Z:\System\files[/TD]
[TD]1213[/TD]
[/TR]
[TR]
[TD]Z:\Windows\Temp[/TD]
[TD]5600[/TD]
[/TR]
[TR]
[TD]Z:\Data\user\jamie\files[/TD]
[TD]125[/TD]
[/TR]
</tbody>[/TABLE]
Can someone help me with some VBA code that will read down through Column A and starting at the path in that cell, get a count of all files and sub-folders under the path and report that number in Column B?
Thank you in advance for any help on this!