Hi,
As for the "Visible" property. Reflecting on the Office Primary Interop
Assemblies shows that PowerPoint's Visible property has different type
than Word's one. Word is Boolean whereas PowerPoint has MsoTriState enum
as type.
It also seems that hiding the application window once visible is not
Hello,
I am still playing aound with the office Automation the last I try was
PowerPoint and I was disapointed since I was willing to migrate a macro I have
done a long time ago. This macro create a TOC to a ppt file.
Import sys
sys.LoadAssemblyByName("Microsoft.Office.Interop.PowerPoint")
im