A voir également:
- Creation de Powerpoint à partir d'Excel
- Liste déroulante excel - Guide
- Creer un groupe whatsapp a partir d'un autre groupe - Guide
- Insérer une vidéo sur powerpoint - Guide
- Visionneuse powerpoint - Télécharger - Présentation
- Aller à la ligne excel - Guide
1 réponse
je m'auto répond ca fait tjs plaisir pour ceux qui cherche :)
Voilà ce que j'utilise maintenant , il y a certainement plus propre mais çà fonctionne !
Dim PPApp As PowerPoint.Application
Dim PPPres As PowerPoint.Presentation
Dim PPSlide As PowerPoint.Slide
ActiveSheet.Shapes("Object 10").Select
Selection.Verb Verb:=xlOpen
Set PPApp = CreateObject("Powerpoint.Application")
PPApp.Visible = True
Set PPPres = PPApp.ActivePresentation
Voilà ce que j'utilise maintenant , il y a certainement plus propre mais çà fonctionne !
Dim PPApp As PowerPoint.Application
Dim PPPres As PowerPoint.Presentation
Dim PPSlide As PowerPoint.Slide
ActiveSheet.Shapes("Object 10").Select
Selection.Verb Verb:=xlOpen
Set PPApp = CreateObject("Powerpoint.Application")
PPApp.Visible = True
Set PPPres = PPApp.ActivePresentation