This snippet converts the TextBoxes / Shapes with Text that are available in PowerPoint Slide to Notes Section. Sub Export_TextBoxes_AsNotes() Dim oPPT As Presentation Dim oSlide As Slide Dim oSlideShape… Read more »
Here is why I think VBA is so great, but first let’s try and define VBA. A tightly integrated application automation system that allows professionals from non software development disciplines… Read more »
Three factors affect the scheduling of a meeting in Outlook: The computer’s clock setting (time). The computer’s local time zone setting, which consists of an offset value to Greenwich mean… Read more »
At times we set/reset registry settings/environment variables as part of the program logic. If another instance of the application uses this concurrently it would become a mess. The best is… Read more »