Link to home
Start Free TrialLog in
Avatar of Quiver
Quiver

asked on

Dynamic UserForm - Display Caption on top of Option Button

Using VBA on a dynamically created Userform, is there a way to display the option button captions at the top of the each button instead of to the left or right sides of each button?   Since I will have many rows of 5 option buttons each, my preference is to use the option button captions over labels.  Thank you!
ASKER CERTIFIED SOLUTION
Avatar of Norie
Norie

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
No points...slow on the draw!  But here's how one might look.   Separate labels over option buttons with no caption.
User generated image
-Glenn
Avatar of Quiver
Quiver

ASKER

Thank you for confirming that there isn't a way to place a caption on top of the option button dynamically.  In all of my research I wasn't finding anything, but I wasn't ready to give up until you confirmed it.  I actually had placed a label on top of each option button but thought it would be more efficient to use an option button caption if I could.  Thanks again.