View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Charlie Charlie is offline
external usenet poster
 
Posts: 703
Default Default printer selection in Excel macro

I am writing a simple macro to allow some of the people in our company to
click on a toolbar button that will select our fax printer, send a fax, and
then reset the selected printer to the default.

What do I put after this:

Application.ActivePrinter =

Thanks,


Charlie