On Mar 23, 2007, at 01:13 UTC, William Squires wrote: > Except what happens if you want to test if no radio button's > .Value is True?
You add an Else clause to your Select Case. > Also, I'm not sure the SELECT-CASE statement will take a Boolean > argument It will. As has been discussed already, this idiom works fine, it's just a bit weird and may be inadvisable for that reason only. Best, - Joe -- Joe Strout -- [EMAIL PROTECTED] Verified Express, LLC "Making the Internet a Better Place" http://www.verex.com/ _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
