Insert Header And Footer To Word Documents With VBA

Поділитися
Вставка
  • Опубліковано 11 вер 2024
  • In this tutorial, I am going to share a VBA script I use to automatically insert footer and header to a Word Document.
    Buy Me a Coffee? Your support is much appreciated!
    -------------------------------------------------------------------------------------
    🔑PayPal Me: www.paypal.me/...
    🔑Venmo: @Jie-Jenn
    💼Join Robinhood with my link and we'll both get a free stock 🤝 join.robinhood...
    Support my channel so I can continue making free contents
    ---------------------------------------------------------------------------------------------------------------
    Patreon: / jiejenn
    By shopping on Amazon → amzn.to/2JkGeMD
    More tutorial videos on my website → LearnDataAnaly...
    Business Inquiring: UA-cam@LearnDataAnalysis.org
    PS: Due to the number of requests I get these days, I now charge $5.00 service fee to help you debugging your code. If you need my assistance, please shoot me an email at UA-cam@LearnDataAnalysis.org.
    #Word #VBA #WordVBA #WordAutomation

КОМЕНТАРІ • 8

  • @fiora9917
    @fiora9917 2 місяці тому

    bro thank you, thank you, thank you thank you thank you thank you soooo much!

  • @sushrika
    @sushrika Рік тому

    Hello, I want to create header in format of< Total pages>. Is it possible to do?

  • @manimenon4403
    @manimenon4403 3 роки тому

    This is very informative video.
    In fact, I wanted to created like, in the First Page I have two .jepg pictures and .jepg in the footer. I want, the first page should contain this both the pictures and footer pictures. When the next page opens, from the second page onwards, it should open automatically with the only one picture and no footer. Could you be able to help me plesae?

    • @jiejenn
      @jiejenn  3 роки тому

      Hi. Glad my video helped. Your requirement is something I would have charge a consulting fee for between ($50 to $200 USD depending on the complexity). Let me know if you still need my help.

  • @dansoayisiemmanuel7708
    @dansoayisiemmanuel7708 Рік тому

    Hello thank you for this I wanted to know if there is a way to manipulate this code to work for only the last page of the document. That is the footer will only shows on the last page thank you your help

    • @baptistemocha
      @baptistemocha Рік тому +1

      You have to create a different section for the last page of your document and then you will be able to select the section and add it the Page number only on it (so you have to modify the for each loop and add if section = 2 then ...)

    • @dansoayisiemmanuel7708
      @dansoayisiemmanuel7708 Рік тому

      @@baptistemocha thank you very much

  • @kamalam29
    @kamalam29 Рік тому

    Hello Can we add table in headers and footers?