L
Leo
I posted this question a couple of weeks ago and am still looking for some
sort of answer.
PROBLEM REPORT:
I would like to control the start and finish of the process of merging
changes from one PowerPoint file into another. I can start the compare/merge
process successfully using the Presentation.Merge method. However, when I
try to end the process by calling EndReview, I get a runtime error indicating
that the document is not in review mode. ("Invalid request. This document is
not currently in a review cycle")
This happens on both PowerPoint 2003 and PowerPoint 2002.
An interesting aside: using the menus, I can start the "Compare and Merge
....", accept some changes in the UI and then press the "End Review..."
button.
I created a macro that just records the successful pressing of the End
Review button. I then start the Compare and Merge process using the menus;
run the macro and get the same error described above.
sort of answer.
PROBLEM REPORT:
I would like to control the start and finish of the process of merging
changes from one PowerPoint file into another. I can start the compare/merge
process successfully using the Presentation.Merge method. However, when I
try to end the process by calling EndReview, I get a runtime error indicating
that the document is not in review mode. ("Invalid request. This document is
not currently in a review cycle")
This happens on both PowerPoint 2003 and PowerPoint 2002.
An interesting aside: using the menus, I can start the "Compare and Merge
....", accept some changes in the UI and then press the "End Review..."
button.
I created a macro that just records the successful pressing of the End
Review button. I then start the Compare and Merge process using the menus;
run the macro and get the same error described above.