How to Auto Format Chapters in Word - Record a Macro & Make Chapter Headings go to Center of Page

Поділитися
Вставка
  • Опубліковано 17 лип 2024
  • How to auto format Chapters in Word so they appear centered on single pages in your document. We'll do this by creating a Macro with a shortcut button on your Quick Access Toolbar. This helps you automate a task in Word that would normally be repetitive and time consuming if you did it manually. Save time by assigning your Macro to an icon button on the Ribbon or Quick Access Toolbar. We'll also look at how to record your own macro and assign it to an icon button.
    You can download the sample document we use in this video if you want to follow along. Be sure to download and open in Microsoft Word desktop app version: docs.google.com/document/d/1f...
    TIMESTAMPS ⏰
    00:00 How to Auto Format Chapters in Word
    00:31 Enable Developer Tab in Word
    01:05 Insert a VBA Macro
    01:48 Assign Macro to Icon on Quick Access Toolbar
    03:31 Assign Macro to Icon on Ribbon
    06:02 Edit Macros
    06:42 How to Record a Macro
    VBA Code used in video:
    Sub ChapterTitle()
    '
    ' ChapterTitle Macro
    ' Inserts a chapter title on a new page with specific formatting.
    '
    ' Insert section break to start a new page
    Selection.InsertBreak Type:=wdPageBreak
    ' Move selection to the new page
    Selection.MoveUp Unit:=wdParagraph, Count:=1
    ' Insert carriage returns before the chapter title
    Selection.TypeParagraph
    Selection.TypeParagraph
    Selection.TypeParagraph
    Selection.TypeParagraph
    Selection.TypeParagraph
    Selection.TypeParagraph
    Selection.TypeParagraph
    Selection.TypeParagraph
    ' Center align the text
    Selection.ParagraphFormat.Alignment = wdAlignParagraphCenter
    ' Apply bold and font size 24 to the chapter title
    Selection.Font.Bold = wdToggle
    Selection.Font.Size = 24
    ' Type the chapter title text
    Selection.TypeText Text:="Chapter Title"
    End Sub
    COURSE 🎒
    Create Fillable Forms, Surveys & Questionnaires in Microsoft Word like a Pro: • Creating Fillable Form...
    WATCH NEXT 📺 Create a Reset Form Button in Word: • Create a Reset Form Bu...
    CHANNEL LINK 📺
    / @sharonsmith
    Visit my Channel page on UA-cam to see all my videos, playlists, community posts and more!
    TEMPLATES 📄
    Check out my helpful list of templates available for purchase: creatoriq.cc/43c51cv
    Thank you for supporting my channel! 🌟
    FREE DOWNLOADS ⬇️
    ✦ Visit mailchi.mp/6a0859ea0844/sharo... to sign-up for my e-mail list and get FREE downloads of super helpful spreadsheet formulas, dashboards and Org Chart templates for HR professionals.
    CONNECT WITH ME 📎
    Visit my website: www.sharonsmithhr.com for more information, tools and resources.
    LinkedIn: / sharonsmithhr
    Twitter: / sharonsmithhr
    Instagram: / sharonsmithlearning
    Facebook: / sharonsmithlearning
    GEAR ⚙️
    🎙 Blue Yeti USB Microphone: amzn.to/2W4SbzV (Great for recording professional sounding audio for your videos!)
    🖱 Silent Mouse: amzn.to/3pxpc25 (This is a really cool mouse!)
    🎥 Screen Recording Software: techsmith.z6rjha.net/NZG5b
    📗 Green Screen: amzn.to/2DnHsY2
    📸 Camera: amzn.to/39KvpQA
    🔌 Live Stream Tool: amzn.to/2VFJyID (Turns your DSLR into a top notch webcam)
    RESOURCES 📚
    ✏️ JotForm: www.jotform.com/pricing/?utm_...
    🖥️ TechSmith Camtasia Screen Recording: techsmith.z6rjha.net/SharonSm...
    Links included here are affiliate links. If you click on these links and make a purchase, I may earn a small commission at no additional cost to you. Thanks for supporting this channel!
    SUPPORT THIS CHANNEL 🙌
    - Hit the "$Thanks" button on any video, or
    - Donate through my PayPal link: www.paypal.com/cgi-bin/webscr...
    If you found this content helpful, please consider donating to my channel. Your donation, no matter what amount, is greatly appreciated and goes towards producing more content that enhances your productivity and elevates your skills.
    You can also support my channel just by watching, liking, and sharing all my videos! Thank you so much! ❤️
    PLAYLISTS 🎥
    ➤ Jotform Tutorials: • Jotform Tutorials
    ➤Create A Letterhead in Word: • Create A Letterhead in...
    ➤Creating Fillable Forms: • How To Create A Fillab...
    ➤ Word Tutorials: • Microsoft Word Tutorials

КОМЕНТАРІ • 4

  • @AmnaIkram-mt4ey
    @AmnaIkram-mt4ey Місяць тому +1

    Sharon mam, can you make a video on how to extract date from the data on criteria base?

    • @SharonSmith
      @SharonSmith  Місяць тому

      Hello - let me know some more details about your question. Thanks for watching!

  • @AmnaIkram-mt4ey
    @AmnaIkram-mt4ey Місяць тому +1

    In excel

    • @SharonSmith
      @SharonSmith  Місяць тому

      Hello - let me know some more detail about your question. Thanks for watching!