J
jeff
First is there a VSTO Group I cannot seem to find it
I am trying to learn VSTO and want to convert the following VBA code
to work off the ribbon in powerpoint
With ActivePresentation.SlideShowSettings()
.ShowType = ppShowTypeSpeaker
.LoopUntilStopped = msoFalse
.ShowWithNarration = msoTrue
.ShowWithAnimation = msoTrue
.RangeType = ppShowAll
.AdvanceMode = ppSlideShowUseSlideTimings
.PointerColor.RGB = RGB(Red:=255, Green:=0, Blue:=0)
.Run()
End With
However the activepresentation object off the ribbon. Very
frustratiing
I am trying to learn VSTO and want to convert the following VBA code
to work off the ribbon in powerpoint
With ActivePresentation.SlideShowSettings()
.ShowType = ppShowTypeSpeaker
.LoopUntilStopped = msoFalse
.ShowWithNarration = msoTrue
.ShowWithAnimation = msoTrue
.RangeType = ppShowAll
.AdvanceMode = ppSlideShowUseSlideTimings
.PointerColor.RGB = RGB(Red:=255, Green:=0, Blue:=0)
.Run()
End With
However the activepresentation object off the ribbon. Very
frustratiing