M
MS
I'm calling this from C++.
When I get the Presentations collection, ->Count() tells me that I have
1 presentation in the collection.
When I retrieve ->Item(1) from it, it fails with E_INVALIDARG.
Am I not entitled to request the item from in as an index?
Or is there something else at play here. I'm manually starting up
PowerPoint, and I'm sitting at the point where Untitled1 was
automatically created, and I've entered data. The presentation hasn't
been saved yet.
I'm able to create new presentations via automation through the
Presentations collection, but I'm not able to get the existing presentation.
Any suggestions.
-mark
When I get the Presentations collection, ->Count() tells me that I have
1 presentation in the collection.
When I retrieve ->Item(1) from it, it fails with E_INVALIDARG.
Am I not entitled to request the item from in as an index?
Or is there something else at play here. I'm manually starting up
PowerPoint, and I'm sitting at the point where Untitled1 was
automatically created, and I've entered data. The presentation hasn't
been saved yet.
I'm able to create new presentations via automation through the
Presentations collection, but I'm not able to get the existing presentation.
Any suggestions.
-mark