Printing all files in subfolders

  • Thread starter adammoo1984 via AccessMonster.com
  • Start date
A

adammoo1984 via AccessMonster.com

Guys and Gals,

Hope you can help me because I have spent all day trying to figure this out.
Basically the subject says it all. I am trying to print all PDF files in a
selection of subfolders. The directory they're stored in is C:\Documents and
Settings\Adam\Desktop\Folder\Subfolder. I want to choose the Folder and then
it prints all from the subfolders (these are named A, B, C to AX, AY, AZ).

Any further details needed then please ask but also please help.

Thanks,
Adam.
 
A

adammoo1984 via AccessMonster.com

Thanks Guys,

I managed to get it to work by fudging 2 sets of code - Allen Browne's code
plus a bit I found in the forums here which is:

strShell = Chr$(34) & _
"C:\Program Files\Adobe\Acrobat 7.0\Reader\AcroRd32.exe" & _
Chr$(34) & " /p /h " & Chr$(34) & varItem & Chr$(34)
Shell strShell, vbHide

As per usual you've help loads.

Ta,

Adam.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top