Powerpoint Macros

Macros are code fragments with names, which execute a sequence of commands and keystrokes to help perform a task. The posts below provide various tutorials regarding the use of PowerPoint Macros.

What is a Macro?

You might have downloaded an Office template and received a prompt to enable macros. You might also have noticed that the prompt also comes with a warning that enabling macros can be harmful for your computer. But macros aren’t exclusive to Microsoft Office files, as a macros are widely used by programmers around the world …

Using PowerPoint Scripts & Macros

PowerPoint and other Microsoft Office programs comes with VBA, Visual Basic for Applications. VBA is an implementation of Microsoft’s event-driven programming language Visual Basic 6 and let you run scripts and macros in the popular Microsoft Office applications. VBA enables building user defined functions, automating processes and accessing Windows API and other low-level functionality through dynamic-link …