Quote Originally Posted by mark007
Set PPApp = GetObject(, "Powerpoint.Application") will return the latest version installed on the system.

Set PPApp = GetObject(, "Powerpoint.Application.10") will return the particular version you specify. For 2004 I guess it would be:

Set PPApp = GetObject(, "Powerpoint.Application.12")

That's what I thought, but that didn't work; it only worked with the non-specified number in Mac. So, the question would be how does a coder handle that for both platforms? I'm out of my league here, but it is intriguing.