Re: VBA Object in slide show



Spencer - do you have some other reason to use vba for this because it can be
easily done without. Unless your good at vba it will look better too because
it will fade away smoothly as default.

custom animation> emphasis.change font color (to backgound color)
trigger on click on text box.
--
-----------------------------------------
Did that help?
_____________________________
John Wilson
Microsoft Certified Office Specialist



"Spencer Hutton" wrote:

funny you write that, because i had done something simnilar a few days ago to
name the 30 text boxes on the slide. i gave them a clever name to refer to
easily. what i want to do is make the text inside the textbox invisible
(maybe the same color as the background) if it gets clicked on during a slide
show.

"Bill Dilworth" wrote:

Each object on a slide is given a number and a text name.

You can find the name of an object easily by using one of the gadgets in the
PPTools collection. (www.pptools.com) The Object Info button will tell you
both.

You may want to rename the shape object (the textbox) to something
different. This is done for 1) easy reference, and 2) to keep the object
from changing names should the slide be copied.
This is done easily by using this little macro (add to the VBA module,
select a shape in the slide edit window, click on the run icon in the vbe):

Sub Rename()
Dim oShp As Shape
Set oShp = Windows(1).Selection.ShapeRange(1)
oShp.Name = InputBox("Enter new name", _
"Shape Name", oShp.Name)
End Sub

--
Bill Dilworth
A proud member of the Microsoft PPT MVP Team
Users helping fellow users.
http://billdilworth.mvps.org
-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
vestprog2@ Please read the PowerPoint FAQ pages.
yahoo. They answer most of our questions.
com www.pptfaq.com
..



"Spencer Hutton" <SpencerHutton@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:C52FC018-19CF-4925-B034-C55CFE1CEF96@xxxxxxxxxxxxxxxx
a text box, as created by choosing "text box" from the insert menu on a
slide.

"Bill Dilworth" wrote:

What is it that you are trying to reference?


Slide, shape, text, picture, animation, transition.....

--
Bill Dilworth
A proud member of the Microsoft PPT MVP Team
Users helping fellow users.
http://billdilworth.mvps.org
-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
vestprog2@ Please read the PowerPoint FAQ pages.
yahoo. They answer most of our questions.
com www.pptfaq.com
..


"Spencer Hutton" <SpencerHutton@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in
message
news:04E517A4-50A5-40CF-87C4-7C1831F4890E@xxxxxxxxxxxxxxxx
How do refer to an object in vba in a slide show?






.



Relevant Pages

  • Re: slide repeats itself in powerpoint
    ... Users helping fellow users. ... "Bill Dilworth" wrote: ... text and objects are on the master slide? ... An animation ...
    (microsoft.public.powerpoint)
  • Re: mailto commandin ppt2007
    ... Capture the current slide ... Bill Dilworth ... Are your users able to activate VBA within their presentations? ... into the "body" part of the mailto command hyperlink within the ...
    (microsoft.public.powerpoint)
  • Re: How to put a document in powerpoint in scrollable window?
    ... PowerPoint slide and the text placed in it. ... around to scroll past the viewable part of the slide using pre-set ... While VBA can be used to move images, it will not work on the viewer or on ... Users helping fellow users. ...
    (microsoft.public.powerpoint)
  • Re: Adding slides to a running slide show
    ... Users helping fellow users. ... so the link just steps from one slide to the ... "Bill Dilworth" wrote: ... Second set-up a PowerPoint to run on the 'show computer' ...
    (microsoft.public.powerpoint)
  • Re: Finding suitable music
    ... searched for on-line using Google. ... Bill Dilworth ... Users helping fellow users. ... >I have completed a slide show of a recent cruise from Bangkok to Cape Town. ...
    (microsoft.public.powerpoint)