Copy a VBA Macro to PowerPoint (PC or Mac)
What's a VBA Macro? Put simply, a VBA macro (see tech talk below) is a small program containing a set of instructions for a Microsoft Office application such as PowerPoint, Excel or Word to carry out. The macro travels around with your document so anyone who has...
PowerPoint Slide Master Layouts Assignment
Do you need a quick way to see which custom layouts are assigned to slides within your presentation? You can do this manually by switching to the slide master view and then move your mouse over each layout to see which slides are assigned. But there's a quicker way!...
PowerPoint VBA Macro : Sentence Case Titles
In this LinkedIn discussion, the question was asked "how can I set the title text to use sentence case across a large presentation". The macro below does just that. You can add it to your presentation by pressing Alt+F11 and inserting a new module into your VBA...
Free PowerPoint VBA to add shape to animated group or object
There's a great feature in PowerPoint 2013 (and some earlier versions) that lets you change a shape or a picture within a group, without having to ungroup it first. This is really useful if you have added animation to your group because ungrouping it to make edits is...
Slide Notes to text file with VBA
Sometimes you find you need to remove the comments from your PowerPoint presentation before distributing to your audience. But what if you want to keep a permanent copy of them? The VBA macro below exports all of your PowerPoint slide notes to a plain text file. To...
PowerPoint Stopwatch
PowerPoint can do much more than most people are aware of. Much more! In this showcase example, we've created a fully interactive and operational stopwatch, accurate to one tenth of a second. No, really, we have! [button...
Pen Ink Weight in PowerPoint Slide Show
If you use the pen pointer to add annotations during a PowerPoint slide show, you might be disappointed with the default width which many people find too thin when projected. This simple macro provides an easy way to repeatedly increment the ink line weight during a...
New Digital Marketing Solutions for 2014
Your Marketing Matters Marketing your business has never been more challenging with so many diverse channels to address. But don't panic! We can help you fill in the gaps and deliver you with digital marketing solutions that make a real difference to the success of...
VBA Wrapper Function : AddSlide
In a recent LinkedIn discussion, a question was asked by a VBA developer about two different methods for adding a new slide to a presentation using VBA within PowerPoint. In this post, we explore the old Add method and the new AddSlide method and create a free wrapper...
Convert Charts in PowerPoint with VBA
We recently read a question in LinkedIn that related to protecting the privacy of chart based data in PowerPoint presentations: Is there a macro or some other option that quickly goes in and removes all of the data while leaving the charts and graphs visually intact...
Copy a VBA Macro to PowerPoint (PC or Mac)
What's a VBA Macro? Put simply, a VBA macro (see tech talk below) is a small program containing a set of instructions for a Microsoft Office application such as PowerPoint, Excel or Word to carry out. The macro travels around with your document so anyone who has...
PowerPoint Slide Master Layouts Assignment
Do you need a quick way to see which custom layouts are assigned to slides within your presentation? You can do this manually by switching to the slide master view and then move your mouse over each layout to see which slides are assigned. But there's a quicker way!...
PowerPoint VBA Macro : Sentence Case Titles
In this LinkedIn discussion, the question was asked "how can I set the title text to use sentence case across a large presentation". The macro below does just that. You can add it to your presentation by pressing Alt+F11 and inserting a new module into your VBA...
Free PowerPoint VBA to add shape to animated group or object
There's a great feature in PowerPoint 2013 (and some earlier versions) that lets you change a shape or a picture within a group, without having to ungroup it first. This is really useful if you have added animation to your group because ungrouping it to make edits is...
Slide Notes to text file with VBA
Sometimes you find you need to remove the comments from your PowerPoint presentation before distributing to your audience. But what if you want to keep a permanent copy of them? The VBA macro below exports all of your PowerPoint slide notes to a plain text file. To...
PowerPoint Stopwatch
PowerPoint can do much more than most people are aware of. Much more! In this showcase example, we've created a fully interactive and operational stopwatch, accurate to one tenth of a second. No, really, we have! [button...
Pen Ink Weight in PowerPoint Slide Show
If you use the pen pointer to add annotations during a PowerPoint slide show, you might be disappointed with the default width which many people find too thin when projected. This simple macro provides an easy way to repeatedly increment the ink line weight during a...
New Digital Marketing Solutions for 2014
Your Marketing Matters Marketing your business has never been more challenging with so many diverse channels to address. But don't panic! We can help you fill in the gaps and deliver you with digital marketing solutions that make a real difference to the success of...
VBA Wrapper Function : AddSlide
In a recent LinkedIn discussion, a question was asked by a VBA developer about two different methods for adding a new slide to a presentation using VBA within PowerPoint. In this post, we explore the old Add method and the new AddSlide method and create a free wrapper...
Convert Charts in PowerPoint with VBA
We recently read a question in LinkedIn that related to protecting the privacy of chart based data in PowerPoint presentations: Is there a macro or some other option that quickly goes in and removes all of the data while leaving the charts and graphs visually intact...
Copy a VBA Macro to PowerPoint (PC or Mac)
What's a VBA Macro? Put simply, a VBA macro (see tech talk below) is a small program containing a set of instructions for a Microsoft Office application such as PowerPoint, Excel or Word to carry out. The macro travels around with your document so anyone who has...
PowerPoint Slide Master Layouts Assignment
Do you need a quick way to see which custom layouts are assigned to slides within your presentation? You can do this manually by switching to the slide master view and then move your mouse over each layout to see which slides are assigned. But there's a quicker way!...
PowerPoint VBA Macro : Sentence Case Titles
In this LinkedIn discussion, the question was asked "how can I set the title text to use sentence case across a large presentation". The macro below does just that. You can add it to your presentation by pressing Alt+F11 and inserting a new module into your VBA...
Free PowerPoint VBA to add shape to animated group or object
There's a great feature in PowerPoint 2013 (and some earlier versions) that lets you change a shape or a picture within a group, without having to ungroup it first. This is really useful if you have added animation to your group because ungrouping it to make edits is...
Slide Notes to text file with VBA
Sometimes you find you need to remove the comments from your PowerPoint presentation before distributing to your audience. But what if you want to keep a permanent copy of them? The VBA macro below exports all of your PowerPoint slide notes to a plain text file. To...
PowerPoint Stopwatch
PowerPoint can do much more than most people are aware of. Much more! In this showcase example, we've created a fully interactive and operational stopwatch, accurate to one tenth of a second. No, really, we have! [button...
Pen Ink Weight in PowerPoint Slide Show
If you use the pen pointer to add annotations during a PowerPoint slide show, you might be disappointed with the default width which many people find too thin when projected. This simple macro provides an easy way to repeatedly increment the ink line weight during a...
New Digital Marketing Solutions for 2014
Your Marketing Matters Marketing your business has never been more challenging with so many diverse channels to address. But don't panic! We can help you fill in the gaps and deliver you with digital marketing solutions that make a real difference to the success of...
VBA Wrapper Function : AddSlide
In a recent LinkedIn discussion, a question was asked by a VBA developer about two different methods for adding a new slide to a presentation using VBA within PowerPoint. In this post, we explore the old Add method and the new AddSlide method and create a free wrapper...
Convert Charts in PowerPoint with VBA
We recently read a question in LinkedIn that related to protecting the privacy of chart based data in PowerPoint presentations: Is there a macro or some other option that quickly goes in and removes all of the data while leaving the charts and graphs visually intact...
Copy a VBA Macro to PowerPoint (PC or Mac)
What's a VBA Macro? Put simply, a VBA macro (see tech talk below) is a small program containing a set of instructions for a Microsoft Office application such as PowerPoint, Excel or Word to carry out. The macro travels around with your document so anyone who has...
PowerPoint Slide Master Layouts Assignment
Do you need a quick way to see which custom layouts are assigned to slides within your presentation? You can do this manually by switching to the slide master view and then move your mouse over each layout to see which slides are assigned. But there's a quicker way!...
PowerPoint VBA Macro : Sentence Case Titles
In this LinkedIn discussion, the question was asked "how can I set the title text to use sentence case across a large presentation". The macro below does just that. You can add it to your presentation by pressing Alt+F11 and inserting a new module into your VBA...
Free PowerPoint VBA to add shape to animated group or object
There's a great feature in PowerPoint 2013 (and some earlier versions) that lets you change a shape or a picture within a group, without having to ungroup it first. This is really useful if you have added animation to your group because ungrouping it to make edits is...
Slide Notes to text file with VBA
Sometimes you find you need to remove the comments from your PowerPoint presentation before distributing to your audience. But what if you want to keep a permanent copy of them? The VBA macro below exports all of your PowerPoint slide notes to a plain text file. To...
PowerPoint Stopwatch
PowerPoint can do much more than most people are aware of. Much more! In this showcase example, we've created a fully interactive and operational stopwatch, accurate to one tenth of a second. No, really, we have! [button...
Pen Ink Weight in PowerPoint Slide Show
If you use the pen pointer to add annotations during a PowerPoint slide show, you might be disappointed with the default width which many people find too thin when projected. This simple macro provides an easy way to repeatedly increment the ink line weight during a...
New Digital Marketing Solutions for 2014
Your Marketing Matters Marketing your business has never been more challenging with so many diverse channels to address. But don't panic! We can help you fill in the gaps and deliver you with digital marketing solutions that make a real difference to the success of...
VBA Wrapper Function : AddSlide
In a recent LinkedIn discussion, a question was asked by a VBA developer about two different methods for adding a new slide to a presentation using VBA within PowerPoint. In this post, we explore the old Add method and the new AddSlide method and create a free wrapper...
Convert Charts in PowerPoint with VBA
We recently read a question in LinkedIn that related to protecting the privacy of chart based data in PowerPoint presentations: Is there a macro or some other option that quickly goes in and removes all of the data while leaving the charts and graphs visually intact...
Copy a VBA Macro to PowerPoint (PC or Mac)
What's a VBA Macro? Put simply, a VBA macro (see tech talk below) is a small program containing a set of instructions for a Microsoft Office application such as PowerPoint, Excel or Word to carry out. The macro travels around with your document so anyone who has...
PowerPoint Slide Master Layouts Assignment
Do you need a quick way to see which custom layouts are assigned to slides within your presentation? You can do this manually by switching to the slide master view and then move your mouse over each layout to see which slides are assigned. But there's a quicker way!...
PowerPoint VBA Macro : Sentence Case Titles
In this LinkedIn discussion, the question was asked "how can I set the title text to use sentence case across a large presentation". The macro below does just that. You can add it to your presentation by pressing Alt+F11 and inserting a new module into your VBA...
Free PowerPoint VBA to add shape to animated group or object
There's a great feature in PowerPoint 2013 (and some earlier versions) that lets you change a shape or a picture within a group, without having to ungroup it first. This is really useful if you have added animation to your group because ungrouping it to make edits is...
Slide Notes to text file with VBA
Sometimes you find you need to remove the comments from your PowerPoint presentation before distributing to your audience. But what if you want to keep a permanent copy of them? The VBA macro below exports all of your PowerPoint slide notes to a plain text file. To...
PowerPoint Stopwatch
PowerPoint can do much more than most people are aware of. Much more! In this showcase example, we've created a fully interactive and operational stopwatch, accurate to one tenth of a second. No, really, we have! [button...
Pen Ink Weight in PowerPoint Slide Show
If you use the pen pointer to add annotations during a PowerPoint slide show, you might be disappointed with the default width which many people find too thin when projected. This simple macro provides an easy way to repeatedly increment the ink line weight during a...
New Digital Marketing Solutions for 2014
Your Marketing Matters Marketing your business has never been more challenging with so many diverse channels to address. But don't panic! We can help you fill in the gaps and deliver you with digital marketing solutions that make a real difference to the success of...
VBA Wrapper Function : AddSlide
In a recent LinkedIn discussion, a question was asked by a VBA developer about two different methods for adding a new slide to a presentation using VBA within PowerPoint. In this post, we explore the old Add method and the new AddSlide method and create a free wrapper...
Convert Charts in PowerPoint with VBA
We recently read a question in LinkedIn that related to protecting the privacy of chart based data in PowerPoint presentations: Is there a macro or some other option that quickly goes in and removes all of the data while leaving the charts and graphs visually intact...