Uploaded January 2025 | Updated September 2026, 2 weeks ago
In this comprehensive tutorial, we take viewers through an in-depth exploration of shape selection types in PowerPoint, focusing on how to manage individual shapes, groups, and subgroups using VBA. The tutorial covers various PowerPoint selection methods, such as selecting multiple individual shapes, groups, and a mix of both, and dives into how to identify and work with partially selected shapes within a group.
Rajiv demonstrates using Visual Basic scripts to analyze the selected shapes. He walks through running the scripts to identify whether a shape is an individual shape, part of a group, or a mixed selection of individual and grouped shapes. He also explains how to select a shape from a group, either by using the Shift key or the Selection Pane. Furthermore, he shows how to automate the process of selecting and analyzing shapes through VBA macros, and how these macros can export shape selection details to an Excel worksheet.
The tutorial also discusses how to configure event handlers to automatically trigger macros when shapes or groups are selected. Additionally, Rajiv explains the importance of saving presentations in the macro-enabled .pptm format for VBA projects.
The tutorial concludes by exploring how to extract PowerPoint presentations as XML files (by renaming a .pptm file to .zip) and analyzing the structure of shapes and groups within the extracted XML files.
Viewers can download the provided VBA scripts and examples from the video description to integrate them into their own PowerPoint projects, providing valuable tools for managing and manipulating shapes in PowerPoint presentations.
theteacherpoint.com/understanding-powerpoint-shape-selection-and-how-to-work-with-vba-scripts
In this comprehensive tutorial, we take viewers through an in-depth exploration of shape selection types in PowerPoint, focusing on how to manage individual shapes, groups, and subgroups using VBA. The tutorial covers various PowerPoint selection methods, such as selecting multiple individual shapes, groups, and a mix of both, and dives into how to identify and work with partially selected shapes within a group.
Rajiv demonstrates using Visual Basic scripts to analyze the selected shapes. He walks through running the scripts to identify whether a shape is an individual shape, part of a group, or a mixed selection of individual and grouped shapes. He also explains how to select a shape from a group, either by using the Shift key or the Selection Pane. Furthermore, he shows how to automate the process of selecting and analyzing shapes through VBA macros, and how these macros can export shape selection details to an Excel worksheet.
The tutorial also discusses how to configure event handlers to automatically trigger macros when shapes or groups are selected. Additionally, Rajiv explains the importance of saving presentations in the macro-enabled .pptm format for VBA projects.
The tutorial concludes by exploring how to extract PowerPoint presentations as XML files (by renaming a .pptm file to .zip) and analyzing the structure of shapes and groups within the extracted XML files.
Viewers can download the provided VBA scripts and examples from the video description to integrate them into their own PowerPoint projects, providing valuable tools for managing and manipulating shapes in PowerPoint presentations.
theteacherpoint.com/understanding-powerpoint-shape-selection-and-how-to-work-with-vba-scripts


![How To Create Your First PowerPoint Add-in using Node.js and Yeoman Generator - Lesson 54
In this tutorial, Ill guide you through setting up your own development environment using Node.js, Yeoman Generator, and Visual Studio Code to create Office Add-ins. Well cover everything from downloading Node.js to creating your first Office Add-in in Microsoft PowerPoint.
π Key Points:
1. Downloading Node.js:
- Open Edge browser and search for download Node.js.
- Choose the suitable version (Windows Installer MSI 64-bit in this case).
- Install with default settings in Program Files/Nodejs folder, ensuring Add to Path is enabled.
2. Installing Yeoman Generator:
- Open the command prompt in administrator mode (Start + R, type CMD, press Control + Shift + Enter).
- Check Node.js and NPM installation with node -v and npm -v.
- Install Yeoman Generator with npm install -g yo.
3. Installing Office Generator:**
- Install the Office generator with npm install -g generator-office.
4. Creating Your First Office Add-in:
- Move to a new drive (e.g., D drive) and create your add-in with yo office.
- Choose the Office Add-in Task Pane project and select JavaScript.
- Enter a name (e.g., yo-animator) and specify the application (PowerPoint in this case).
5. Running and Testing Your Add-in:
- Navigate to the add-in folder with cd yo-animator.
- Start the development server with npm start.
6. Editing Code in Visual Studio Code:
- Install Visual Studio Code.
- Open the add-in folder in Visual Studio Code to easily manage and edit code files.
- Modify the manifest file and task pane files (HTML, CSS, JS) for customizing your add-in.
7. Live Testing in PowerPoint:
- Launch PowerPoint with the development server running.
- Observe your task pane on the right side, and test your add-in by clicking the Run button.
8. Finalizing Your Add-in:
- Explore and modify key files like manifest.xml and files within the src subfolder.
- Save changes and witness live updates in PowerPoint.
9. Next Steps:
- Preview of the upcoming tutorial where well build custom functionality from scratch.
π I hope you found this tutorial helpful! Like, share, and comment if you enjoyed it. Dont forget to subscribe for more exciting Office Add-in development content. Stay tuned for our next tutorial where we dive deeper into creating custom functionality. Thank you for watching, and until next time β bye and take care!
π **Useful Links:**
- [Download Visual Studio 2022 Developer Edition]
https://visualstudio.microsoft.com/downloads/
- [Office Add-ins Platform Overview]
https://learn.microsoft.com/en-us/office/dev/add-ins/overview/office-add-ins
- [Microsoft Office Object Library]
https://learn.microsoft.com/en-us/office/vba/api/overview/
π Recommended Videos
Introduction to Office Add-ins and Script Lab in PowerPoint Tutorial
https://www.youtube.com/watch?v=CO8irYCRaAQ
Create Animation in PowerPoint using VBA Macros
https://www.youtube.com/watch?v=Xbifc1ilx7E
β
Check out our playlists for more helpful content:
πΈ More Microsoft PowerPoint tutorials:
https://www.youtube.com/playlist?list=PLwBNdcufIBPu_Q9nBW7KRvdk6cPmffsQP
π Follow us:
Twitter - https://www.twitter.com/TheTeacherPoint
Facebook - https://www.facebook.com/TheTeacherPoint
Instagram - https://www.instagram.com/TheTeacherPoint/
Pinterest - https://in.pinterest.com/TheTeacherPoint/
π» The Teacher presents a captivating Microsoft PowerPoint animated presentation.
#OfficeAddins #NodeJS #VisualStudioCode #YeomanGenerator #MicrosoftPowerPoint #CodeTutorial #theteacher How To Create Your First PowerPoint Add-in using Node.js and Yeoman Generator - Lesson 54](https://i.ytimg.com/vi/tez3H6z0N8c/mqdefault.jpg)

![How To Calculate Subtotals in Microsoft Excel Tutorial - Lesson 30
In this comprehensive Microsoft Excel tutorial, we delve into the powerful Subtotal Features found within the Outline section of the Data Tab. Subtotals are indispensable for calculating and summarizing data, and with Excels Subtotal Features, you can streamline the process effortlessly.
Key Points Covered in this Tutorial:
1. Subtotal Function vs. Subtotal Feature: We explore the distinction between using the Subtotal() function and Excels Subtotal feature. Discover how the latter can simplify your data analysis tasks.
2. Sorting for Success: Before diving into Subtotal, we emphasize the importance of sorting your data. Learn how to sort your data based on the column for which you wish to calculate subtotals.
3. Subtotal Sub-Options: Understand the nuances of the Subtotal feature, including the following sub-options:
- Replace current subtotals: Learn how to replace existing subtotals with new ones without starting from scratch.
- Pagebreak between groups: Enhance the readability of your data by adding page breaks between groups when printing.
- Summary below data: Choose whether to display the summary at the top or bottom of your dataset.
- Group / UnGroup: Organize your data effectively by creating and removing groups as needed.
- Show / Hide Details: Customize your view by showing or hiding specific details in your data.
π Helpful Links:
- πLearn More About Microsoft Excel Subtotal Feature:
https://www.theteacherpoint.com/how-to-use-subtotal-in-microsoft-excel/
[Microsofts official support page]
https://support.microsoft.com/en-us/office/insert-subtotals-in-a-list-of-data-in-a-worksheet-7881d256-b4fa-4f81-b71e-b0a3d4a52b3a
- β Download Link to Subtotal Microsoft Excel Template
https://templates.office.com/en-in/grocery-list-with-category-totals-tm03427477
π» Empower Your Excel Skills: This tutorial is brought to you by The Teacher, your trusted source for Microsoft Excel expertise. Whether youre a beginner or an experienced user, were here to help you excel in Excel.
#exceltips #excel #exceltutorial #excelcourse How To Calculate Subtotals in Microsoft Excel Tutorial - Lesson 30](https://i.ytimg.com/vi/ttQxZT1poTw/mqdefault.jpg)
![How To Use Morph Transitions with Action Settings in PowerPoint Tutorial
In todays tutorial, were diving deep into the magic of Morph Transitions, coupled with Action Settings and Mouse Over animation effects. These techniques will take your slides from ordinary to extraordinary, adding an interactive and dynamic touch.
Key Points Covered in the Presentation:
1. Introduction to Morph Transitions:
- Learn how to seamlessly transition between slides for a polished and professional look.
- Discover the art of timing with a snappy duration of 0.50 seconds.
2. Setting the Stage: Creating a Striking Initial Slide:
- Step-by-step guide to arranging and cropping images for maximum visual impact.
- Customizing the layout for a unique and personalized touch.
3. Advanced Slide Navigation with Action Settings:
- Utilize Action Settings and Mouse Over effects for interactive slideshows.
- Avoid the need for individual Mouse Clicks or Timings with our expert tips.
4. Hands-On Tutorial: Building Your Own Dynamic Presentation:
- Follow along with a new blank presentation as we insert, resize, and arrange images.
- Learn the art of cropping with precision and maintaining equal sizing.
5. Applying Morph Transitions Across Slides:
- Apply Morph Transitions to create a smooth and visually stunning flow.
- Set the stage for seamless transitions using the Transitions tab.
6. Adding Interactivity: Action Settings and Mouse Over Effects:
- Implement Action Settings and Mouse Over effects to create a user-controlled slideshow.
- Watch as we link slides, creating an engaging experience for your audience.
7. Finishing Touches: Looping Between Slides:
- Duplicate slides for a continuous loop of captivating visuals.
- Witness the magic as the slideshow seamlessly transitions based on mouse position.
π Your PowerPoint journey is about to reach new heights! Download the presentation, explore the magic, and get ready to transform your presentations. Happy presenting! ππ»
- Download the presentation file for free [here]:
Link 1 : https://www.theteacherpoint.com/powerpoint-morph-transition-tutorial/
- For exclusive content, download resources and to support The Teacher, visit our Patreon Page [here]:
Link 2 : https://www.patreon.com/posts/unleashing-magic-93669253
Happy creating, and we look forward to seeing your dynamic presentations! πβ¨
π Check out these inspiring animations:
CodePen
Character Showcase Gallery
Ethan : https://codepen.io/pleasedonotdisturb/pen/poqrZLZ
π Recommended Videos
PowerPoint Animation Tutorial: Using GIFs and PNGs
https://www.youtube.com/watch?v=ZmT7B6s29hk
πΈ More Microsoft PowerPoint 2016 tutorials:
https://www.youtube.com/playlist?list=PLwBNdcufIBPu_Q9nBW7KRvdk6cPmffsQP
π Follow us:
Twitter - https://www.twitter.com/TheTeacherPoint
Facebook - https://www.facebook.com/TheTeacherPoint
Instagram - https://www.instagram.com/TheTeacherPoint/
Pinterest - https://in.pinterest.com/TheTeacherPoint/
#powerpoint #animation #powerpointanimation #theteacher
π» The Teacher presents a captivating Microsoft PowerPoint animated presentation. How To Use Morph Transitions with Action Settings in PowerPoint Tutorial](https://i.ytimg.com/vi/uAQESUwaLxw/mqdefault.jpg)




