From Controls - Group Box - how can I format this box?

Jon Johny

Board Regular
Joined
Sep 15, 2008
Messages
162
On form controls, for the group box, why are there no formatting options??

Can I remove the group box border?
 

Excel Facts

Excel Wisdom
Using a mouse in Excel is the work equivalent of wearing a lanyard when you first get to college
Hi

I don't think you can format the border of a group box of the form controls. You can, however make it invisible:

Code:
ActiveSheet.Shapes("Group Box 1").Visible = False

Although invisible it will still group the controls inside.

(adjust for the group box name)
 
Upvote 0
I know this was asked... 5 years ago? However, searching for 'remove border option button excel' puts this thread really high up on the results page. Hopefully, this'll help the next person who has this problem.

Ctrl+RMB to select each Option Button, RMB on any of them, then go to Group, Group. You don't actually need a group box (unless you want the visual effect).
 
Upvote 0
I know this was asked... 5 years ago? However, searching for 'remove border option button excel' puts this thread really high up on the results page. Hopefully, this'll help the next person who has this problem.

Ctrl+RMB to select each Option Button, RMB on any of them, then go to Group, Group. You don't actually need a group box (unless you want the visual effect).


thanks for the help man!
 
Upvote 0

Forum statistics

Threads
1,215,780
Messages
6,126,857
Members
449,345
Latest member
CharlieDP

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top