handlebars
Technical User
I have created an automation routine in VBA to print a number of documents to various specifications, some needing dublex printing, some on letter head etc.
Unfortunately, some of these setting are not available thru VBA, so I have got around it by creating multiple instances of the same network printer, but changed the settings so that one is defaulted to duplex, one to letterhead, etc.
I have given them appropriate names and forced the printers by using the activeprinter = \\fredsrv01\bother HL 4200, etc.
This appears to work ok, but can anyone suggest any major flaws in this approach?
I have read some info on sendkeys, but am not sure if this would be a better solution?
Any views would be appreciated.
Andrew
Unfortunately, some of these setting are not available thru VBA, so I have got around it by creating multiple instances of the same network printer, but changed the settings so that one is defaulted to duplex, one to letterhead, etc.
I have given them appropriate names and forced the printers by using the activeprinter = \\fredsrv01\bother HL 4200, etc.
This appears to work ok, but can anyone suggest any major flaws in this approach?
I have read some info on sendkeys, but am not sure if this would be a better solution?
Any views would be appreciated.
Andrew