Recent content by iansl2000

  1. I

    Print all snapshots in a folder

    For anyone needing this in the future here is how I got there. 1. Create a form with the snapshot viewer actvex control on it. Call the control 'THeNameOftheSnapshotCOntrol' 2.Now create a button nand on the onclick event put the following code Private Sub Command1_Click() Dim stThisFile As...
  2. 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 =...
  3. I

    Printing in 'batch' mode

    Doohh! of course! Such a simple solution - when someone tells you. Many thanks ian
  4. 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