Oct 3, 2003 #1 kaplin Programmer Joined Mar 14, 2003 Messages 11 Location CA In excel, is it possible to hide a group box (in this case, used to group option buttons) on a form without also hiding its contents?
In excel, is it possible to hide a group box (in this case, used to group option buttons) on a form without also hiding its contents?
Oct 3, 2003 #2 S SkipVought Programmer Joined Dec 4, 2001 Messages 47,492 Location US Hi, You can programatically set the groups' visible property to TRUE/FALSE on designated events. Skip, Skip@TheOfficeExperts.com http://www.TheOfficeExperts.com Upvote 0 Downvote
Hi, You can programatically set the groups' visible property to TRUE/FALSE on designated events. Skip, Skip@TheOfficeExperts.com http://www.TheOfficeExperts.com