Thread: Userform help
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Lorenzo Lorenzo is offline
external usenet poster
 
Posts: 12
Default Userform help

Hi - I'm a pathological newbie in VB, and was wondering if anybody
could help me with a userform I am trying to create. As far as
designing the form all is well. I have created a button on the sheet
which makes the form popup, my problem is the next step.
I have put 6 checkboxes that are assiociated with thier macro (quite
simple, each one copies from a sheet with global info and pastes it
onto a sheet and then deletes some rows according to a value in a
column) and added an optionbox at the end which should run all of the
checkboxes. At the end of the form is the ok button. My question is:
how do I get the option box to select all of the checkboxes, and then
have the ok button process the selected checkboxes? The ideal solution
would be for the form to open with the "All" option selected, and for
it to deselect if one or more of the checkboxes are selected.
Thank you very much for any help you'll be able to give.
Lorenzo