A voir également:
- Vba powerpoint curseur
- Powerpoint viewer - Télécharger - Présentation
- Insérer video powerpoint - Guide
- Powerpoint 2013 - Télécharger - Présentation
- Powerpoint portrait - Guide
- Comment faire apparaître le curseur sans souris - Guide
2 réponses
voici le code que j'ai écrit mais il marche pas il beug :
Private Sub Underline_Click(ByVal sender As System.Object, ByVal e As Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs) Handles Underline.Click
Call decactiveCtl(Tab1)
Dim p As PowerPoint.Application
p = CreateObject("PowerPoint.Application")
p.ActivePresentation.cursor = Cursors.Hand
End Sub
et voici le message d'erreur :
Le membre public 'cursor' du type 'PresentationClass' est introuvable.
Private Sub Underline_Click(ByVal sender As System.Object, ByVal e As Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs) Handles Underline.Click
Call decactiveCtl(Tab1)
Dim p As PowerPoint.Application
p = CreateObject("PowerPoint.Application")
p.ActivePresentation.cursor = Cursors.Hand
End Sub
et voici le message d'erreur :
Le membre public 'cursor' du type 'PresentationClass' est introuvable.