+ Reply to Thread
Results 1 to 4 of 4

optionbox checkbox

  1. #1
    flow23
    Guest

    optionbox checkbox

    I have 8 option box and 1 checkbox

    when I click the check box it displays average totals ( if statement selects
    which of the 8 options box is clicked and provides average sheet accordingly).

    however when I untick the checkbox.. its still displays the average. on


  2. #2
    Bob Phillips
    Guest

    Re: optionbox checkbox

    Presumably because you don't un-display it?

    Can you show the code?

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "flow23" <[email protected]> wrote in message
    news:[email protected]...
    > I have 8 option box and 1 checkbox
    >
    > when I click the check box it displays average totals ( if statement

    selects
    > which of the 8 options box is clicked and provides average sheet

    accordingly).
    >
    > however when I untick the checkbox.. its still displays the average. on
    >




  3. #3
    flow23
    Guest

    Re: optionbox checkbox

    what is un-diplay?

    the code is as follows.. ( very unprofessional)

    Private Sub CheckBox2_Click()
    Dim i As String

    If OptionButton1 = True Then
    obutt1
    Else
    If OptionButton2 = True Then
    obutt2
    Else
    If OptionButton3 = True Then
    obutt3
    Else
    If OptionButton4 = True Then
    obutt4
    Else
    If OptionButton5 = True Then
    obutt5
    Else
    If OptionButton6 = True Then
    obutt6
    Else
    If OptionButton7 = True Then
    obutt7
    Else
    If OptionButton8 = True Then
    obutt8
    Else
    If OptionButton9 = True Then
    obutt9
    Else
    If OptionButton10 = True Then
    obutt10

    End If
    End If
    End If
    End If
    End If
    End If
    End If
    End If
    End If
    End If

    End Sub

    "Bob Phillips" wrote:

    > Presumably because you don't un-display it?
    >
    > Can you show the code?
    >
    > --
    >
    > HTH
    >
    > RP
    > (remove nothere from the email address if mailing direct)
    >
    >
    > "flow23" <[email protected]> wrote in message
    > news:[email protected]...
    > > I have 8 option box and 1 checkbox
    > >
    > > when I click the check box it displays average totals ( if statement

    > selects
    > > which of the 8 options box is clicked and provides average sheet

    > accordingly).
    > >
    > > however when I untick the checkbox.. its still displays the average. on
    > >

    >
    >
    >


  4. #4
    Bob Phillips
    Guest

    Re: optionbox checkbox

    Doing something to clear whatever was previously displayed.

    And the code is far from complete.

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "flow23" <[email protected]> wrote in message
    news:[email protected]...
    > what is un-diplay?
    >
    > the code is as follows.. ( very unprofessional)
    >
    > Private Sub CheckBox2_Click()
    > Dim i As String
    >
    > If OptionButton1 = True Then
    > obutt1
    > Else
    > If OptionButton2 = True Then
    > obutt2
    > Else
    > If OptionButton3 = True Then
    > obutt3
    > Else
    > If OptionButton4 = True Then
    > obutt4
    > Else
    > If OptionButton5 = True Then
    > obutt5
    > Else
    > If OptionButton6 = True Then
    > obutt6
    > Else
    > If OptionButton7 = True Then
    > obutt7
    > Else
    > If OptionButton8 = True Then
    > obutt8
    > Else
    > If OptionButton9 = True Then
    > obutt9
    > Else
    > If OptionButton10 = True Then
    > obutt10
    >
    > End If
    > End If
    > End If
    > End If
    > End If
    > End If
    > End If
    > End If
    > End If
    > End If
    >
    > End Sub
    >
    > "Bob Phillips" wrote:
    >
    > > Presumably because you don't un-display it?
    > >
    > > Can you show the code?
    > >
    > > --
    > >
    > > HTH
    > >
    > > RP
    > > (remove nothere from the email address if mailing direct)
    > >
    > >
    > > "flow23" <[email protected]> wrote in message
    > > news:[email protected]...
    > > > I have 8 option box and 1 checkbox
    > > >
    > > > when I click the check box it displays average totals ( if statement

    > > selects
    > > > which of the 8 options box is clicked and provides average sheet

    > > accordingly).
    > > >
    > > > however when I untick the checkbox.. its still displays the average.

    on
    > > >

    > >
    > >
    > >




+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1