salut
je voudrais automatiser l'impression d'un fichier powerpoint pour cela j'utilise le code suivant
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
 
Dim power As New PowerPoint.Application
Dim file As PowerPoint.Presentations
Set file = power.Presentations.Open("C:\test.ppt")
power.ActivePresentation.PrintOut
power.Quit
mais ca ne marche pas
j'aimerais bien avoir votre aide surtout de la doc si il y en a
merci