Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
When I record a macro of a simple print operation the code it gives me is
ExecuteExcel4Macro "PRINT(1,,,1,,,,,,,,2,,,TRUE,,FALSE)" Can anyone tell me what all of the parameters are in the PRINT macro including the blank ones? Thanks Fred |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
What version of XL are you using?
My Xl2003 version delivers this macro recording... "ActiveWindow.SelectedSheets.PrintOut Copies:=1, Collate:=True" To answer part of your question take a look at this post of mine from a year ago... http://groups.google.com/group/micro...6ac4 975a405f There does seem to be more commas provided than there is info to fill in.<g Also, take a look at the PrintOut method in Excel VBA help. -- Jim Cone Portland, Oregon USA "Fred" <leavemealone@home wrote in message When I record a macro of a simple print operation the code it gives me is ExecuteExcel4Macro "PRINT(1,,,1,,,,,,,,2,,,TRUE,,FALSE)" Can anyone tell me what all of the parameters are in the PRINT macro including the blank ones? Thanks Fred |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2003 printing problem--printing 1 document on 2 pages | Excel Discussion (Misc queries) | |||
Excel Printing --Borders are not printing on the same page as data | Excel Discussion (Misc queries) | |||
Printing a heading on each new page when printing | Excel Discussion (Misc queries) | |||
Enable Double sided printing contiuously when printing multiple s. | Excel Discussion (Misc queries) | |||
Printing? Worksheets not printing the same on multiple pc's! | Excel Programming |