• excel97 capital letters in footer

    Author
    Topic
    #1767626

    Using Excel97 SR2, I use the [File] to insert the active workbook’s name into my footer. However, if the name is 11101A, I get 11101a. The letters are the wrong case. What should I do to get uppercase letters in the footer?

    Viewing 0 reply threads
    Author
    Replies
    • #1775598

      Put this code in the BeforePrint event of your workbook:

      Worksheets(“sheet1”).PageSetup.CenterFooter = UCase(ThisWorkbook.Name)

      Change the sheet1 to your worksheet name.

    Viewing 0 reply threads
    Reply To: excel97 capital letters in footer

    You can use BBCodes to format your content.
    Your account can't use all available BBCodes, they will be stripped before saving.

    Your information: