I manage to create a nice file copier, but I have 2 problems, Please Help
I'm using a userform.
I have a button to select the main folder where all the pdf files must go to, and then the location is saved in the registry, so everytime I run the userform the main folder is selected. I am using this code, and it works 100%
then I select the folder where the pdf files is with a second button, and only PDF files is selected. I am using this code, and it works 100%
the Listbox is set to MultiSelect = fmMultiSelectMulti and ListStyle = fmListStyleOption
Then I copy the selected item to the main folder
I am using this code, and it works 100%
Q1. I want to use the file browser not the filedialog picker. I manage to select the folder, but it lists all the file. How do I get it to select only pdf files, and I also want to list the files in a Listbox on Userform
the code for the browser.
Q2. How do I set the button that copies the files to check if the files is already in the main folder.
Bookmarks