C
Colleyville Alan
I wrote an app in MS Access that would open PPT files and copy specific
slides within these files to a new presentation, thus customizing it for a
particular customer.
I opened these files with the "withwindow" property set to false, thus
hiding the windows and speeding up performance. That program was running
many clients in a looping structure and in a batch mode. Now I have revised
that code for interactive use and the user manually opens the files and the
looping code finds the relevant slides via a followhyperlink command.
Is it possible to have open PPT windows, go to the proper slides via the
hyperlink, copy and paste them back to a target presentation and do all of
this while "hiding" a window? I have not been able to do that, nor have I
been able to even have PPT in a small window size (I manually resized it
prior to running, and it jumped to a 1/2 screen size).
My biggest desire: I'd lke my Access app to display a progress label with
one of those "now processing slide 2 of 10" msgs, but when the hyperlinks
take over, I lose sight of Access and do not get it back even when PPT
finishes.
Any suggestions welcome.
Thanks.
slides within these files to a new presentation, thus customizing it for a
particular customer.
I opened these files with the "withwindow" property set to false, thus
hiding the windows and speeding up performance. That program was running
many clients in a looping structure and in a batch mode. Now I have revised
that code for interactive use and the user manually opens the files and the
looping code finds the relevant slides via a followhyperlink command.
Is it possible to have open PPT windows, go to the proper slides via the
hyperlink, copy and paste them back to a target presentation and do all of
this while "hiding" a window? I have not been able to do that, nor have I
been able to even have PPT in a small window size (I manually resized it
prior to running, and it jumped to a 1/2 screen size).
My biggest desire: I'd lke my Access app to display a progress label with
one of those "now processing slide 2 of 10" msgs, but when the hyperlinks
take over, I lose sight of Access and do not get it back even when PPT
finishes.
Any suggestions welcome.
Thanks.