Supercharge your PowerPoint productivity with
Supercharge your PPT Productivity with PPTools - Click here to learn more.

Proud member of

PPTools

FREE PPTools add-ins like THOR - The Hammer!, ImageInsert, Narrator, SelectionManager and more

Merge Excel data into PowerPoint presentations to create certificates, awards presentations, personalized presentations and more

Image Export converts PowerPoint slides to high-quality images.

PPT2HTML exports HTML even from PowerPoint 2010 and 2013, gives you full control of PowerPoint HTML output, helps meet Section 508 accessibility requirements

Resize your presentations quickly and without distortion

Language Selector switches the text in your presentation from one language to another

FixLinks prevents broken links when you distribute PowerPoint presentations

Shape Styles brings styles to PowerPoint. Apply complex formatting with a single click.

VBA in PowerPoint / Mac vs. Windows

Thanks to MVP and general Mac Wizard Jim Gordon for this info:

The vast majority of VBA for PPT is the same for Macintosh as it is for Microsoft OS based PPT. Here are some of the differences that I am aware of:

Mac PowerPoint 2008 does not have VBA support. You cannot write or run VBA from within it, and you cannot use AppleScript commands that call VBA routines. VBA support returned in Mac PowerPoint 2011.

Quirks, glitches and incompatibilities

Tips/Tricks

Here's a handy trick if you need to write code that works on both PC and Mac: compiler switches.

#If Mac Then
' Code here will be run only on Macs but ignored on PCs
#Else
' Code here will be run on PCs but ignored on Macs
#End If

Resources

Ron De Bruin's VBA code in Excel 2011 for the Mac has a wealth of workarounds for problems you might encounter in moving VBA from Windows to Mac. Most of the code is as useful in PowerPoint as it is in Excel.


Did this solve your problem? If so, please consider supporting the PPT FAQ with a small PayPal donation.
Page copy protected against web site content infringement by Copyscape Contents © 1995 - 2025 Stephen Rindsberg dba PPTools and the MS PowerPoint MVP team.
You may link to this page but any form of unauthorized reproduction of this page's contents is expressly forbidden.

Supercharge your PPT Productivity with PPTools

content authoring & site maintenance by
Friday, the automatic faq maker (logo)
Friday - The Automatic FAQ Maker

VBA in PowerPoint / Mac vs. Windows
http://www.pptfaq.com/FAQ00149_VBA_in_PowerPoint_-_Mac_vs-_Windows.htm
Last update 13 May, 2025
Created: