M
Mohan
Hello Experts,
I have a .ppt file. I use the powerpoint application object in vba code to
print them silently without even getting them displayed in any window.
All the things work fine, except for the case of files having the links
(with the ppt having the property of automatic update for the links).
In this case, the user is shown an "update links" dialog. Is there anyway to
avoid this dialog from showing up.
Is there a way to avoid them for ppt. For example, in the case of excel
applicaiton object, in the "open" method, we have the property updatelinks
and setting it to zero, makes it possible that the user is not shown any
dialog box.
I certainly know the following solutions: User manually setting the links to
manual update or after the presentation is opened, use a macro to set the
links to manual update.
What I would like to know is a programmatic way to avoid this dialog in the
opening of ppt files.
Any pointers towards this would be greatly appreciated.
Thanks in advance,
Mohan
I have a .ppt file. I use the powerpoint application object in vba code to
print them silently without even getting them displayed in any window.
All the things work fine, except for the case of files having the links
(with the ppt having the property of automatic update for the links).
In this case, the user is shown an "update links" dialog. Is there anyway to
avoid this dialog from showing up.
Is there a way to avoid them for ppt. For example, in the case of excel
applicaiton object, in the "open" method, we have the property updatelinks
and setting it to zero, makes it possible that the user is not shown any
dialog box.
I certainly know the following solutions: User manually setting the links to
manual update or after the presentation is opened, use a macro to set the
links to manual update.
What I would like to know is a programmatic way to avoid this dialog in the
opening of ppt files.
Any pointers towards this would be greatly appreciated.
Thanks in advance,
Mohan