Thread: Print Code
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
aftamath77 aftamath77 is offline
external usenet poster
 
Posts: 30
Default Print Code

I was checking on an excel workbook that was forwarded to me, and I saw this
code for a macro tied to a userform within a worksheet. I didn't know what
the userform was for.

ActiveWindow.SmallScroll Down:=-51
Range("A84:H143").Select
ExecuteExcel4Macro "PRINT(1,,,1,,,,,,,,1,,,TRUE,,FALSE)"

I don't recognize the syntax for the print command. I do see that there
must be a bunch of default values selected.

Could someone please explain what the final line means and explain the syntax.