How to work with Message and Input Boxes in PowerPoint VBA?

Going through the comments, i have seen a couple of reader questions on how to work with Visual Basic Input and Message boxes in PowerPoint. In this tutorial we’ll provide a very basic foundational knowledge to help you use those capabilities when automating your presentation creation. Setting up the Developer Tab First off, we’ll need … Read more

Access or set your Microsoft Teams default download folder

The other day, i got a question from a reader that mentioned that after downloading multiple files in Microsoft Teams, she couldn’t find those files using File Explorer on her Windows computer. Understanding Microsoft Teams file storage and download locations Microsoft Teams operates with a multi-layered file storage system that can sometimes confuse users. While … Read more

How to add a custom icon to Microsoft Teams?

A couple days ago, one of our readers asked us if it’s possible to go ahead and set a custom logo for a Microsoft Teams team instead of the default Purple logo. They set up thew team to share material with one of their key customers, and wanted to use a custom logo of their … Read more

How to send an email in Outlook with VBA?

Applicable to Microsoft Outlook 365 / 2019 / 2016 Here’s a note we got from a reader: Thanks for your very useful Outlook coding help. I am wondering if you can share some code to help automate sending an email in Outlook 365? I know that there are several ways to send recurring message but … Read more

How to enable disabled Macros in Outlook?

Here’s a quick question we just got from a reader: I have educated myself on the topic of  developing VBA macros for Outlook using your tutorials. Now, i would like to run my newly created macro and i get a message stating that “Macros in this project have been disabled and and i should be … Read more