Thread: Default printer
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
peterG peterG is offline
external usenet poster
 
Posts: 3
Default Default printer

Is there a way to check the current default printer, so
that if I use another printer (e.g. PDF writer), I can
reset the original one using

Application.ActivePrinter = "...."

TIA
peterG