View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Sue[_5_] Sue[_5_] is offline
external usenet poster
 
Posts: 3
Default Resetting the Active Printer

How can I get this statement to work without including
the PORT #?? The following will work correctly

Application.activeprinter = "acrobat distiller on Ne03:"

but I just want to use the name - ie.

Application.activeprinter = "acrobat distiller"

and this is not acceptable.

Any thoughts would be greatly appreciated!

Thanks!
Sue