print out all of PDF files based on showing in listbox on userform

tubrak

Board Regular
Joined
May 30, 2021
Messages
216
Office Version
  1. 2019
Platform
  1. Windows
Hello
I search for code to print out all of files are showed in listbox .
the files are existed in folders & subfolders
for instance :
"C:\Users\TU\Desktop\BTR\ NN_125678888.PDF"
"C:\Users\TU\Desktop\BTR\ MONTH\SLKH_MM-12222F.PDF"
"C:\Users\TU\Desktop\BTR\ MONTH\DATA\SLNMUMM-1234.PDF"
the files names are in third column(3) in listbox and will be the same files names as in directory like this
NN_125678888
SLKH_MM-12222F
SLNMUMM-1234
so I want to print out all of files are showed in listbox on userform after matching the third column(3) in listbox with files are existed in directory through folders & subfolders
and if the listbox is empty ,then when run the code should show message "the listbox is empty, there is no data to print out" and doesn't print in this case.
thanks
 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)

Forum statistics

Threads
1,216,164
Messages
6,129,231
Members
449,495
Latest member
janzablox

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