Hi Steve,
Heck, I couldn't even get it to work in PowerPoint 2004. All I got was
"object required" for bmp, and "invalid picture" for other picture types.
-Jim
Quoting from "Steve Rindsberg" <abuse@localhost.com>, in article
VA.000033a9.78ef49a3@localhost.com, on [DATE:
> Has anyone tried dynamically loading images into image controls in various
> versions of PPT?
[quoted text clipped - 26 lines]
> PPTools: www.pptools.com
> ================================================

Signature
Jim Gordon
Mac MVP
MVPs are not Microsoft Employees
MVP info http://mvp.support.microsoft.com/
Steve Rindsberg - 23 Apr 2007 02:56 GMT
> Hi Steve,
>
> Heck, I couldn't even get it to work in PowerPoint 2004. All I got was
> "object required" for bmp, and "invalid picture" for other picture types.
One thing I've noticed: the UI does a nice job of hiding the case-sensitivity of
the underlying unix from the user. VBA doesn't. ISTR that I got some of those
kind of errors and made them go 'way by making sure to specify a filename using
the *exact* capitalization as the file itself displayed on the file system.
If that doesn't fix it, let me know and I'll cobble up a little bit of code to
send you.
Help claims it works with all kinds of file types but it seems to be wrong. PICT
files worked here as well. JPGs and PNGs didn't.