chDir Questions

tzw1378

Active Member
Joined
Jan 16, 2014
Messages
270
I am looking to loop through all the files in a specific folder to sum the values of each file into the workbook where this module is stored. The files to be looped through are identical. The folder path is set as a variable strPath. The code I have to start is:

Code:
Sub LoopThruFiles()

    Dim strPath as String

    chDir StrPath 
    Fname = Dir("*.xls*")

    While Fname <> ""

I'm hoping the above is how to start into the loop which will go through the files. However, if there's a better way, I'm certainly interested.

Then, I'm wondering how should the syntax look to sum up the range values to be entered into the current open workbook where the macro is running?

Thank you for your help.
 

Excel Facts

How to show all formulas in Excel?
Press Ctrl+` to show all formulas. Press it again to toggle back to numbers. The grave accent is often under the tilde on US keyboards.

Forum statistics

Threads
1,215,061
Messages
6,122,921
Members
449,094
Latest member
teemeren

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