msofiledialogfolderpicker

  1. J

    Browse folder and list all the file names in sheet

    Hi, I made a user form consisting of a Command Button "Browse". When a user clicks on it, a dialog box appears to search for a folder. Now when a folder is selected, I want that the Name of all the Files inside that selected Folder should be copied in my excel sheet. I tried coding for the same...
  2. S

    Looping through all files in all subfolders within selected directory

    I have a set of code written to update some cells in a number of excel files that all share the same general format. I am able to get this code to work on all files within a folder but we literally have a directory of hundreds of subfolders organizing our files. I need to be able to loop...
  3. S

    Save multiple files into selected folder using file dialog folder picker

    Hi all I need your expertise in modifying/tweaking a little bit in the below mentioned code to make it work in a better way. <tbody> For Each myCell In TheRange If Trim(myCell) <> "" Then Sheets("Cover").Cells(myCell.Row, 66).Copy Range("M31").Select...
  4. A

    msoFileDialogFolderPicker macro operates unexpectedly

    The Macro below is supposed to copy a a tab, open a dialog box prompting me to select a folder, and to save the new file with read only recommended and marked as final using the filename in cell I4. It mostly works, but when I select a folder, it always saves in that folder's parent folder. So...
  5. B

    Getting a folder path to tie to a variable in my script

    I have this script that will go through a folder in which the path is hardcoded into the macro and consolidate all of the .csv files into the .xls I am working with utilizing Excel 2007. Sub Consolidate() Dim fName As String, fPath As String, fPathDone As String, OldDir As String Dim LR As...

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