Search results

  1. I

    Print all snapshots in a folder

    Hello, I have a piece of code that prints all .rtf's in a folder via Word. I'd now like to do the same thing with snapshot files. Can anyone tell me how I can change the code to do this Thanks in advance Ian Function PrintDoc1() Dim WordObj As Object Set WordObj =...
  2. I

    Printing in 'batch' mode

    Hello, I have a database in which users enter purchase order details. Each order receives a unique number. Instead of the users then printing out each order I would like to run a macro or vba routine that prints all orders entered that day, at teh end of the day. I'm guessing that I will have to...
Back
Top Bottom