Use the change event of the control
Private Sub Optionbutton1_Click()
if OptiongButton1.Value = True then
Unload me
ThisWorkbook.Close SaveChanges:=True
end if
End Sub
This code would go in the userform module. In the userform module, the "Me"
refers to that userform.

Signature
Regards,
Tom Ogilvy
> I have figured out the userform to create a disclaimer and it pops up when I
> open the workbook but how do I get the work book to open/close according to
[quoted text clipped - 11 lines]
>
> Thanks
Daniya - 21 Mar 2006 15:37 GMT
Tom
Thanks for your help but I didn't understand?!? Perhaps you can explain it a
bit mroe simply for me? I have only used VB today for the first time!
Thanks
Daniya
> Use the change event of the control
>
[quoted text clipped - 23 lines]
> >
> > Thanks
Tom Ogilvy - 21 Mar 2006 16:01 GMT
http://www.microsoft.com/ExcelDev/Articles/sxs11pt1.htm
Lesson 11: Creating a Custom Form
Excerpted from Microsoft® Excel 97 Visual Basic® Step by Step.
http://j-walk.com/ss/excel/tips/tip84.htm
See this tutorial here
http://www.dicks-blog.com/excel/2004/09/linking_userfor.html
http://support.microsoft.com/default.aspx?scid=kb;en-us;829070
How to use Visual Basic for Applications examples to control UserForms in
Microsoft Excel

Signature
Regards,
Tom Ogilvy
> Tom
>
[quoted text clipped - 31 lines]
> > >
> > > Thanks