View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Bruiser[_2_] Bruiser[_2_] is offline
external usenet poster
 
Posts: 2
Default Excel Print Macro

When I run this macro to print the w2orksheet the printer settings are
changed to 'best' quality. Can someone explain the function of the
operators on the 'print' line and which one is changing the printer?
Is there a site that explains the function of each operator.Help
appreciated.

TO 'BEST' QUALITYtrackform (a)
=OPEN("C:\HARRIERS\SHEETS\UT6B.XLS",1)
=PRINT(1,,,1,FALSE,FALSE,1,FALSE,1,-4)
=FILE.CLOSE()
=RETURN()