Print from multiple closed files in a folder

B

b1llt

What VB code would allow me to print a range out of multiple files within a
folder only if data exisits within that range?
Thanks,
B1llt
 
J

joel

I would open each book and create a summary sheet/book and then at th
end of the macro print the results.

You have to open each workbook, determine if the data matches you
requirements, and then print the results (or copy the data to a summar
sheet)
 
Top