The Macros in this Project Are Disabled
If you get this alert message in PowerPoint while trying to run a Macro or Macro Enabled Slideshow: “The Macros in this Project Are Disabled” in PowerPoint, then you will need to enter PowerPoint...
View ArticleRunning a VBA Macro When a PowerPoint Opens
If you need to start a Macro automatically when a PowerPoint .ppt or .pptx file opens, then here are some tips that can be helpful to accomplish the need. There is a free addin AutoEvents that enables...
View ArticleExcel2PowerPoint: Convert Excel to PowerPoint
Excel to PowerPoint is an interesting open source project available in SourceForge that you can use to convert an Excel spreadsheet into a PowerPoint presentation. The application is bundled inside an...
View ArticleRecord Macro in PowerPoint 2010
Macro recording is a great way to record steps in PowerPoint and other Microsoft Office programs. Unfortunately PowerPoint 2010 has no Macro Recorder (for any reason the team behind PowerPoint decided...
View ArticleBusiness Loan Analysis Template (Loan Tree) With Loan Approval Process
If you are planning to start a business venture but you lack capital, it may be a good idea for you to apply for a loan from a bank. Many businesses get funding this way. However, banks have strict...
View ArticleHow to Create a PowerPoint 2010 Add-In using VBA with Custom Buttons in the...
This tutorial will give you a better idea how to create your custom PowerPoint 2010 Add-Ins using VBA code and creating a custom toolbar in the ribbon so you can call macros. This kind of add-in let...
View ArticleUsing VBA to Export PowerPoint Slides to Images
We already have posted about how to use C# to programmatically export your slides to images, but today we’d like to show you an easy way to export your active presentation to images using VBA code....
View ArticleGet & Save Settings to the Registry using PowerPoint VBA
If you are writing your own macros and VBA code in PowerPoint, especially if you are creating a PowerPoint add-in, sometimes you might find useful to get and save your settings globally. In Windows,...
View ArticleHow to Get the Slide Width in PowerPoint using VBA
When we created our add-in for PowerPoint to export slides as images we faced an interesting challenge. Aside of choosing a specific output size, we needed to get the actual size of the PowerPoint...
View ArticleWhat 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...
View Article