Command Button Query
From: Neil (me_at_home.com)
Date: 03/24/04
- Next message: Ute Simon: "Re: Newsletter Distribution"
- Previous message: TAJ Simmons: "Re: Powerpoint 2002 customized bullet problem"
- Next in thread: Bill Foley: "Re: Command Button Query"
- Reply: Bill Foley: "Re: Command Button Query"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 24 Mar 2004 21:59:45 +1100
Hi All,
I have prepared a rather large master presentation that I will open with a
menu screen that presents users with a command button.
I would like to have the caption on the command button change each time it
is pressed, ie. from 'Sales' to 'Marketing' to 'Engineering', the macro
reading the current state of the button (caption) and hiding slides that are
not relevant to the department the user has selected.
I have done this before using Visual Basic in Excel though I'm not sure of
the syntax for Powerpoint.
My macro will run something like:
Make all sheets visible,
If button.caption = 'Sales',
hide slides 2,3,4 and 9 then
button.caption = "Marketing'
Elseif button.caption = 'Marketing',
make all sheets visible, hide slides 2,7,11 then
button.caption = 'Engineering'.......
Can you please assist with correct object identifiers for command buttons in
PowerPoint..
Thanks,
Neil
- Next message: Ute Simon: "Re: Newsletter Distribution"
- Previous message: TAJ Simmons: "Re: Powerpoint 2002 customized bullet problem"
- Next in thread: Bill Foley: "Re: Command Button Query"
- Reply: Bill Foley: "Re: Command Button Query"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|