VBA, Settings, Excel,wps, page setup examples

Source: Internet
Author: User

Sub Yemian ()
' button 1 Click Trigger to execute the following command
With Sheets (1). PageSetup
' For the function PageSetup like the page set on table 1, the following is the function's property modification before adding.

. Orientation = Xllandscape
' = Xllandscape ' Sets the mode to print
' = Xlportrait ' Set portrait print mode

. TopMargin = application.centimeterstopoints (0.5)
' = Top margin
. BottomMargin = application.centimeterstopoints (0.5)
' = Bottom margin

. LeftMargin = application.centimeterstopoints (0.5)
' = left margin
. RightMargin = application.centimeterstopoints (0.5)
' = right margin

. HeaderMargin = application.centimeterstopoints (0.3)
' = Page Header margin
. FooterMargin = application.centimeterstopoints (0.3)
' = Footer margin

. LeftHeader = "To: HR Department Date:" & Date
' = Left header
. CenterHeader = "&b &22 attendance form notice" & vbCrLf & "Requisition"
' = header in
. RightHeader = "Angel doors and Windows Co., Ltd. 2017-11-03"
' = Right Header
. LeftFooter = ""
' = left footer

. CenterFooter = ""
' = Middle Footer
. RightFooter = ""

' = Right footer

End with
End Sub

VBA, Settings, Excel,wps, page setup examples

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.