Marking categories as already selected.

J

jhucks8

I was wondering if there was any way to mark a category on a table as already
selected. I am creating a training game where I have a table of categories
with hyperlinks to other slides. Once you go to that category, there is a
hyperlink back to the slide with the table on it. Any suggestions?
 
B

Bill Foley

Regular hyperlinks change color that show it has been visited. You can
certainly accomplish this with VBA code. I have a sample Family Feud game
file on my site at the link below that provides an example.

http://www.pttinc.com/ppgame.htm

If you need specific VBA help, let us know what it is and someone will pipe
in.

--
Bill Foley, Microsoft MVP (PowerPoint)
Microsoft Office Specialist Master Instructor
www.pttinc.com
Check out PPT FAQs at: http://www.rdpslides.com/pptfaq/
"Success, something you measure when you are through succeeding."
 
R

rajkohli

You can use "Action Button" from the "Slide Show" menu to move between
sheets. You can also set a hyperlink to any drawing object using the "Action
Setting" command from "Slide Show" menu.

Let us know, if it works!
 
J

jhucks8

Thanks! This really helps.

Bill Foley said:
Regular hyperlinks change color that show it has been visited. You can
certainly accomplish this with VBA code. I have a sample Family Feud game
file on my site at the link below that provides an example.

http://www.pttinc.com/ppgame.htm

If you need specific VBA help, let us know what it is and someone will pipe
in.

--
Bill Foley, Microsoft MVP (PowerPoint)
Microsoft Office Specialist Master Instructor
www.pttinc.com
Check out PPT FAQs at: http://www.rdpslides.com/pptfaq/
"Success, something you measure when you are through succeeding."
 
Top