VBA PPT - options buttons

  • Thread starter Thread starter JEG
  • Start date Start date
J

JEG

Does anyone know what code I should use so for my options buttons so that
when the user first plays the slide show, nothing is selected?

Thanks!
Jackie
 
Does anyone know what code I should use so for my options buttons so that
when the user first plays the slide show, nothing is selected?

In slide show view, nothing CAN be selected.

That means that either:

- You don't have to do anything, or
- You need to restate the question ;-)
 
Sheesh. Ignore my earlier reply. Totally spaced out on that one.
Sorry.
 
You know me. I wasn't going to say anything! HA!

Jackie,

In addition to Shyam's answer, you can right-click the OptionButton, select
"Properties", and set the "Value" property to FALSE here as well.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top