View Single Post
  #4   Report Post  
PPCGURU PPCGURU is offline
Banned
 
Location: Mission Beach, CA
Posts: 2
Default

Quote:
Originally Posted by PPCGURU View Post
retval = Application.Dialogs(xlDialogPrint).Show(Arg2:=1, Arg3:=100, Arg4:=5, Arg6:=False)

Found Answer to first disable preview, but I guess I meant I wanted to disable the dialouge box, not the print preview, still looking for that one.

I made this list.


Arg0
Arg1
Arg2 range_num
Arg3 from
Arg4 tocopies
Arg5 draft
Arg6 preview
Arg7 print_what
Arg8 color
Arg9 feed
Arg10 quality
Arg11 y_resolution
Arg12 selection
Arg13 printer_text
Arg14 print_to_file
Arg15 collate

Last edited by PPCGURU : August 6th 12 at 07:36 PM