G
Gray M. Strickland
I have a macro which changes printers:
Sub ChangeToBondPaper_ON_LEXMARK_WKRM()
ActivePrinter = "\\bambam\Lexmark Optra S 1855 (MS) Workroom"
End Sub
I can manually change the printer selection in about 2 seconds, but this
macro takes about 10-12 seconds to run. Why? What about changing the
ActivePrinter is so slow when done through VBA? How can I speed things up?
Sub ChangeToBondPaper_ON_LEXMARK_WKRM()
ActivePrinter = "\\bambam\Lexmark Optra S 1855 (MS) Workroom"
End Sub
I can manually change the printer selection in about 2 seconds, but this
macro takes about 10-12 seconds to run. Why? What about changing the
ActivePrinter is so slow when done through VBA? How can I speed things up?