N
novice
I set up a macro for color scheme and test run it sucessfully.
Sub Color1()
'
' olive green color scheme
' Macro recorded 11/4/2006
'
ActiveWindow.Selection.Unselect
ActiveWindow.Selection.SlideRange.ColorScheme =
ActivePresentation.ColorSchemes(Index:=10)
End Sub
In the slide master I created a button > action settings > Run Macro in
Mouse Click tab.
The action button does not work in the Normal or Slide Show view of the
slide. What did I do wrong? Appreciate your help
Sub Color1()
'
' olive green color scheme
' Macro recorded 11/4/2006
'
ActiveWindow.Selection.Unselect
ActiveWindow.Selection.SlideRange.ColorScheme =
ActivePresentation.ColorSchemes(Index:=10)
End Sub
In the slide master I created a button > action settings > Run Macro in
Mouse Click tab.
The action button does not work in the Normal or Slide Show view of the
slide. What did I do wrong? Appreciate your help