rene.laurenssen
New Member
- Joined
- Jun 2, 2011
- Messages
- 1
Hello
I need help for the follow code:
I have 1 worksheet in Exel.
This sheet must be printing, the same time on 2 different printers
I made this code but it is still not working.
Sub Knop32_Klikken()
ActiveWorkbook.Sheets("LOODS").PrintOut (ActivePrinter = "P001venlo on s233nlex")
ActiveWorkbook.Sheets("LOODS").PrintOut (ActivePrinter = "P002venlo on s233nlex")
End Sub
Can sombody tell me what's wrong abot this code?
tx.
I need help for the follow code:
I have 1 worksheet in Exel.
This sheet must be printing, the same time on 2 different printers
I made this code but it is still not working.
Sub Knop32_Klikken()
ActiveWorkbook.Sheets("LOODS").PrintOut (ActivePrinter = "P001venlo on s233nlex")
ActiveWorkbook.Sheets("LOODS").PrintOut (ActivePrinter = "P002venlo on s233nlex")
End Sub
Can sombody tell me what's wrong abot this code?
tx.