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

PPTools

Image Export converts PowerPoint slides to high-quality images.

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

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

FixLinks prevents broken links when you distribute PowerPoint presentations

Optimizer saves disk space and bandwidth, "right-sizes" your PowerPoint presentations for email, screenshow or printing

PPT2HTML gives you full control of PowerPoint HTML output, helps meet Section 508 accessibility requirements

Prep4PDF preserves interactivity in PowerPoint presentations when you convert to PDF

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:

Ed note: Through PowerPoint 2004, Mac PowerPoint VBA is roughly equivalent to Windows PowerPoint 97 VBA (VBA 5) rather than the later version (VBA 6) included in Windows PowerPoint 2000 and up. This means that several features like Private Enumerations and events are not supported on Mac. Likewise, several new commands introduced in VBA6 like SPLIT and REPLACE don't work in earlier versions.

Mac PowerPoint 2008 no longer has VBA support. You cannot write or run VBA from within it, and you cannot use AppleScript commands that call VBA routines.

A few more quirks, glitches and incompatibilities:

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

Page copy protected against web site content infringement by Copyscape Contents © 1995 - 2010 Stephen Rindsberg, Rindsberg Photography, Inc. and members of 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.
Español    Deutsch    Français    Português    Italiano    Nederlands    Greek    Japanese    Korean    Chinese

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.htm
Last update 18 February, 2009
Created: