How to calculate months between specific dates in Excel?

User Question I’m managing a project timeline in Excel and need to calculate the duration in months between start and end dates. Some projects span multiple years, and I want to account for partial months. How can I accurately calculate this in Excel, both using formulas and VBA, especially when dealing with multiple projects? Find … Read more

How to convert a text cell to dates in Excel?

Here’s a question from a colleague: I’ve received a spreadsheet containing employee information, including their start dates. However, these dates are in text format and use different styles (e.g., “01/15/2023”, “15-Jan-2023”, “2023-01-15”). I need to convert all these text entries to proper Excel date format for analysis and reporting. How can I efficiently standardize these … Read more

How to Add References and citations to PowerPoint Slides?

User Question: “I’m working on a presentation for my research project, and I need to cite various bibliography sources throughout my slides. How can I effectively add references to my PowerPoint presentation without cluttering the slides? Is there a way to manage and format these citations properly?” Step-by-Step Instructions: This guide will walk you through … Read more

How to Save Excel sheets as PDF with Current Date Using VBA?

If you often find yourself converting Excel reports to PDF format and manually typing in the current date to keep your file versions in order, you will find this trick pretty useful. We will use VBA (Visual Basic for Applications) to automate this task, saving you time and reducing the risk of errors. #1: Prepare … Read more

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

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