I am not sure how to tell if it worked or not. I noticed the information
said it was for PowerPoint for Windows but on the other hand I didn't
receive any errors using it in PowerPoint 2004 and PPT2004 does have the VB
Editor and VBA.
I couldn't imagine they'd have removed VBA from PPT2004, and I'd already had a
quick look at the code to see if I could spot any obvious "This'll never fly on a
Mac" bits.
One way to tell if it worked would be to rename the (one assumes formerly but no
longer) linked images or move them to another folder. If they still appear in
PPT, then they're now embedded.
Or select an image and run this:
Sub WhatTypeIsIt()
With ActiveWindow.Selection.ShapeRange
MsgBox .Type
End With
End Sub
Embedded pictures will show 13 in the messagebox, linked ones 11.
--
Steve Rindsberg, PPT MVP
PPT FAQ:
www.pptfaq.com
PPTools:
www.pptools.com
================================================
Featured Presenter, PowerPoint Live 2004
October 10-13, San Diego, CA
www.PowerPointLive.com
================================================