![]() |
#1
|
|||
|
|||
![]()
Hello. I have a 'game show' that I use in a presentation. Does anyone know if it is possible to set a trigger or action that allows you to select an object during the PPT presentation and delete? Or at least let it reveal what is below it?
thanks! Marty |
#2
|
|||
|
|||
![]()
Assuming the shape you want to hide or delete is named "Star 1", two snippets of code you can use to do this are shown below. To do this, assign an action to a button that calls one of the following:
Sub HideShape ActivePresentation.Slides(2).Shapes("Star 1").Visible = msoFalse End Sub Sub DeleteShape ActivePresentation.Slides(2).Shapes("Star 1").Delete End Sub |
![]() |
Tags |
actions, objects, trigger |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Deleting fixed name on top right of page | regularjoeback | Word | 1 | 03-23-2010 04:43 AM |
![]() |
johnbiggsy | Word | 1 | 02-09-2010 08:45 PM |
Deleting narration | kyleq | PowerPoint | 0 | 11-11-2009 02:07 PM |
Could not load this object as this object is not present in your computer | k.gaurav | Office | 0 | 08-17-2009 09:57 PM |
![]() |
windsurfer | Outlook | 1 | 11-21-2005 08:40 PM |