View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Chris_In_Raleigh Chris_In_Raleigh is offline
external usenet poster
 
Posts: 5
Default Macro To Print Files By A Listing of Filenames And Paths

I am trying to write a macro that will print files from a listing of
filenames and paths (mostly PDF files). I need a 4 minute delay between each
file being printed to avoid a printer error since these are really big files.


what I need is the commands that will take a string value such as "C:\My
Documents\Testing.pdf" and send it to the default printer.

Does anyone know how to do this with Excel VBA?