S
shanona
Ok, here's what I'm trying to do...have 5 buttons on the slide. When
go to slideshow mode, be able to click on any of the buttons and tha
button disappear. I know I have to use a Macro.....I am using th
following command:
Sub hide()
ActiveWindow.Selection.SlideRange.Shapes("AutoShape 11").Visible
False
End Sub
I hyperlinked that Action Button to run the macro when I click it.
When I go into slideshow mode, and click on the button, nothin
happens, except the button depressing. When I run the macro in regula
mode, it disappears, and I have to change the macro, and run it again t
get it to reappear. I know little to nothing about Macros, but woul
love to learn! Can anyone help
go to slideshow mode, be able to click on any of the buttons and tha
button disappear. I know I have to use a Macro.....I am using th
following command:
Sub hide()
ActiveWindow.Selection.SlideRange.Shapes("AutoShape 11").Visible
False
End Sub
I hyperlinked that Action Button to run the macro when I click it.
When I go into slideshow mode, and click on the button, nothin
happens, except the button depressing. When I run the macro in regula
mode, it disappears, and I have to change the macro, and run it again t
get it to reappear. I know little to nothing about Macros, but woul
love to learn! Can anyone help