Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I have a macro for converting info off of a large sheet (Print features
landscape with legal paper) to info on a small sheet. I need a macro to change the print settings back to Portrait & regular paper. Thanks |
#2
![]() |
|||
|
|||
![]()
Have you tried recording a macro, changing the print settings, stop the
recording and view the results? -- Return email address is not as DEEP as it appears "Bill" wrote in message ... I have a macro for converting info off of a large sheet (Print features landscape with legal paper) to info on a small sheet. I need a macro to change the print settings back to Portrait & regular paper. Thanks |
#3
![]() |
|||
|
|||
![]()
I will try again, maybe I didn't press o.k. duh.
"Jack Sheet" wrote: Have you tried recording a macro, changing the print settings, stop the recording and view the results? -- Return email address is not as DEEP as it appears "Bill" wrote in message ... I have a macro for converting info off of a large sheet (Print features landscape with legal paper) to info on a small sheet. I need a macro to change the print settings back to Portrait & regular paper. Thanks |
#4
![]() |
|||
|
|||
![]()
I guess it would be like this:
Sub PrintQuote() With ActiveSheet.PageSetup .Orientation = xlPortrait .PaperSize = xlPaperLetter End With End Sub "Jack Sheet" wrote: Have you tried recording a macro, changing the print settings, stop the recording and view the results? -- Return email address is not as DEEP as it appears "Bill" wrote in message ... I have a macro for converting info off of a large sheet (Print features landscape with legal paper) to info on a small sheet. I need a macro to change the print settings back to Portrait & regular paper. Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Print all charts in a workbook (multiple worksheets) | Charts and Charting in Excel | |||
Non-Breaking Space + Print Issue | Charts and Charting in Excel | |||
Macro and If Statement | Excel Discussion (Misc queries) | |||
Variable Print Ranges | Excel Discussion (Misc queries) | |||
Macro help | Excel Discussion (Misc queries) |