Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 42
Default Radio button glitch (SC)

In my excel form I have a few options with (Yes, No) as answers. For
which i have used Option button. On completing this form I have a
command button, on clicking the command button the form is attached to
a mail with to address as our depts mail id. How ever the glitch is
when we recieve the form and open it the dots in the option buttion
vanish. What can i do to fix this.

Thanks for your help.

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,942
Default Radio button glitch (SC)

hi,
in your form's initialization sub, add code to set each option button to
true or false;
example:
me.optionbutton1 = true
me.optionbutton2 = false
and so on.....

Regards
FSt1

"Ram" wrote:

In my excel form I have a few options with (Yes, No) as answers. For
which i have used Option button. On completing this form I have a
command button, on clicking the command button the form is attached to
a mail with to address as our depts mail id. How ever the glitch is
when we recieve the form and open it the dots in the option buttion
vanish. What can i do to fix this.

Thanks for your help.


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 42
Default Radio button glitch (SC)

On Jun 10, 3:30 pm, FSt1 wrote:
hi,
in your form's initialization sub, add code to set each option button to
true or false;
example:
me.optionbutton1 = true
me.optionbutton2 = false
and so on.....

Regards
FSt1



"Ram" wrote:
In my excel form I have a few options with (Yes, No) as answers. For
which i have used Option button. On completing this form I have a
command button, on clicking the command button the form is attached to
a mail with to address as our depts mail id. How ever the glitch is
when we recieve the form and open it the dots in the option buttion
vanish. What can i do to fix this.


Thanks for your help.- Hide quoted text -


- Show quoted text -


This what i have in option button intialization

Private Sub Worksheet_Activate()
OptionButton1.Value = False
OptionButton2.Value = False
OptionButton3.Value = False
OptionButton4.Value = False
OptionButton5.Value = False
OptionButton6.Value = False
OptionButton7.Value = False
OptionButton8.Value = False
OptionButton9.Value = False
OptionButton10.Value = False
End Sub

how else do you want me to modify it??

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 42
Default Radio button glitch (SC)

On Jun 11, 10:48 am, Ram wrote:
On Jun 10, 3:30 pm, FSt1 wrote:





hi,
in your form's initialization sub, add code to set each option button to
true or false;
example:
me.optionbutton1 = true
me.optionbutton2 = false
and so on.....


Regards
FSt1


"Ram" wrote:
In my excel form I have a few options with (Yes, No) as answers. For
which i have used Option button. On completing this form I have a
command button, on clicking the command button the form is attached to
a mail with to address as our depts mail id. How ever the glitch is
when we recieve the form and open it the dots in the option buttion
vanish. What can i do to fix this.


Thanks for your help.- Hide quoted text -


- Show quoted text -


This what i have in option button intialization

Private Sub Worksheet_Activate()
OptionButton1.Value = False
OptionButton2.Value = False
OptionButton3.Value = False
OptionButton4.Value = False
OptionButton5.Value = False
OptionButton6.Value = False
OptionButton7.Value = False
OptionButton8.Value = False
OptionButton9.Value = False
OptionButton10.Value = False
End Sub

how else do you want me to modify it??- Hide quoted text -

- Show quoted text -


Will it work if I change all option button values to True??

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Help with radio button Diana Excel Discussion (Misc queries) 1 July 17th 06 09:29 PM
"RADIO BUTTON" Ian Shere Excel Discussion (Misc queries) 1 July 4th 05 10:59 PM
How do I lock a radio button group if a N/A button is selected worry a lot Excel Discussion (Misc queries) 2 May 21st 05 08:33 PM
VBA: Disable Frame and Radio Buttons based on Another Radio Button Being True Mcasteel Excel Worksheet Functions 2 October 29th 04 07:06 PM
Radio Button Powlaz Excel Programming 1 August 5th 04 03:03 AM


All times are GMT +1. The time now is 04:06 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"