ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Macro for changing print settings (https://www.excelbanter.com/excel-discussion-misc-queries/1199-macro-changing-print-settings.html)

Bill

Macro for changing print settings
 
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

Jack Sheet

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




Bill

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





Bill

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






All times are GMT +1. The time now is 05:10 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com