OptionButtons

  • Thread starter Thread starter St@cy
  • Start date Start date
S

St@cy

PPT 2003

I've created a quiz with option buttons, but when the PP runs a second time
their values remain. I tried to create a procedure to initialize their
values, but it doesn't work.

Sub SetupQQ()
QQ1T.Value = False
QQ1F.Value = False
QQ2T.Value = False
QQ2F.Value = False
 
I tried zeros, still no go... Any other suggestions?
Thank you in advance for your help.
 
Back
Top