Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Norman,
Yes, I had seen it. Mangesh "Norman Jones" wrote in message ... Hi Mangesh, "Mangesh Yadav" wrote in message ... But then you are not using a control from the FORMS menu, but the control toolbox...! "Norman Jones" wrote in message ... Hi Rob, You originally said: Is there a way to format the text of an OptionButton (from "Forms") in a macro? I am not aware of a way to enbolden the caption of an option button from the Forms toolbar. If, in fact, you refer to an option button from the Control Toolbox, try: ActiveSheet.OLEObjects("OptionButton1"). _ Object.Font.Bold = True --- Regards, Norman |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formatting a radio button | Excel Worksheet Functions | |||
Formatting the text in an option (radio) button | Excel Discussion (Misc queries) | |||
Changing Text in a Forms Button | Excel Programming | |||
VBA: Disable Frame and Radio Buttons based on Another Radio Button Being True | Excel Worksheet Functions | |||
userform Radio button updates text box | Excel Programming |