K
Kevin Dufendach
I recently received report from a user that my PowerPoint with macros
written in PowerPoint 2010 does not work in PowerPoint 2007.
Unfortunately, I don't have a version of 2007 to be able to test it
myself, but I did try the files in ppt 2003. When I do, I get the
Compile error: "Can't find project or library," and the function
"Str(number)" is highlighted. I was able to work around it by using
"VBA.Str(number)," but I'd rather not go through and do this for every
standard function in my module. Is there a way to define this
globally?
Thanks,
Kevin
written in PowerPoint 2010 does not work in PowerPoint 2007.
Unfortunately, I don't have a version of 2007 to be able to test it
myself, but I did try the files in ppt 2003. When I do, I get the
Compile error: "Can't find project or library," and the function
"Str(number)" is highlighted. I was able to work around it by using
"VBA.Str(number)," but I'd rather not go through and do this for every
standard function in my module. Is there a way to define this
globally?
Thanks,
Kevin