Consulting

Results 1 to 2 of 2

Thread: Help require in lookin for option button click event code.

  1. #1

    Help require in lookin for option button click event code.

    Dear All,

    I am attaching a file for your reference.
    Please assist me as i want to look the option button click event code.

    Can any body assist me to accomplish my task.

    Help is deeply welcome.
    I do appreciate your time and value.

    Rgds,
    Aligahk06

  2. #2
    Distinguished Lord of VBAX VBAX Grand Master Bob Phillips's Avatar
    Joined
    Apr 2005
    Posts
    25,453
    Location
    Optionbuttons have a click event associtaed with them.

    Goto the worksheet code module and use code such as

    [vba]

    Private Sub OptionButton4_Click()
    'do your stuff
    End Sub
    [/vba]
    ____________________________________________
    Nihil simul inventum est et perfectum

    Abusus non tollit usum

    Last night I dreamed of a small consolation enjoyed only by the blind: Nobody knows the trouble I've not seen!
    James Thurber

Posting Permissions

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