Johnny C
Well-known Member
- Joined
- Nov 7, 2006
- Messages
- 1,069
- Office Version
- 365
- Platform
- Windows
I've got some code chucking reports from XL2007 into a powerpoint presentation.
The PC default powerpoint is Powerpoint 97, but there's also powerpoint 2007. I can't change the default to the later one because it's on XP clamped down, I can't access useful things like changing default programs for file-types.
So, when I do
it opens Powerpoint97.
I know you can specify the version to open, but VBA Help just says you can, it doesn't mention anything useful like how to do that.
How do I specify the PP version?
TIA
The PC default powerpoint is Powerpoint 97, but there's also powerpoint 2007. I can't change the default to the later one because it's on XP clamped down, I can't access useful things like changing default programs for file-types.
So, when I do
Code:
Dim PPApp As PowerPoint.Application
If PPApp Is Nothing Then Set PPApp = New PowerPoint.Application
it opens Powerpoint97.
I know you can specify the version to open, but VBA Help just says you can, it doesn't mention anything useful like how to do that.
How do I specify the PP version?
TIA