Hi guys,
I search for code to do somethings:
1- I have userform contains combobox1,combobox2 , listbox1
2- the files are PDF in this directory "C:\Users\RT-TU\Desktop\pdf Folder\"
3- pdf Folder contains many folders and each folder will contains subfolders (January ,February .....)
4- should populate in combobox1 the main folders are existed in pdf Folder and populate in combobox2 subfolders(month) based on main folder is selected from combobox1 and show the files PDF in listbox .
5- if I select just combobox1 then will show the whole files whatever month foe each file .
6- if I select combobox1,2 then will show specific files in specific months for specific folder.
7- should show three columns in listbox 1- file name 2- directory 3- modified date
8- if I press the selected item from listbox then will open file .
thanks
I search for code to do somethings:
1- I have userform contains combobox1,combobox2 , listbox1
2- the files are PDF in this directory "C:\Users\RT-TU\Desktop\pdf Folder\"
3- pdf Folder contains many folders and each folder will contains subfolders (January ,February .....)
4- should populate in combobox1 the main folders are existed in pdf Folder and populate in combobox2 subfolders(month) based on main folder is selected from combobox1 and show the files PDF in listbox .
5- if I select just combobox1 then will show the whole files whatever month foe each file .
6- if I select combobox1,2 then will show specific files in specific months for specific folder.
7- should show three columns in listbox 1- file name 2- directory 3- modified date
8- if I press the selected item from listbox then will open file .
thanks