REAL-TIME

VBA Projects

Full Access with Source Code
  • Designed and Developed by PNRao

  • Full Access with VBA Source Code

  • Well Commented Codes Lines

  • Creative and Professional Design

Effortlessly
Manage Your Projects

120+ Project Management Templates

Seamlessly manage your projects with our powerful & multi-purpose templates for project management.

120+ PM Templates Includes:
  • 50+ Excel Templates

  • 50+ PowerPoint Templates

  • 25+ Word Templates

Share Post

VBA Caption property of OptionButton control is used to describe the OptionButton control on the Worksheet or userform in Excel. It sets a string to describe it.

optionbutton_Caption_Property – Syntax

Please find the below syntax of optionbutton_Caption_Property in Excel VBA.

optionbuttonName.Caption=”Caption”

Where optionbuttonName represents the optionbutton object. In the above syntax we are using a Caption_property of optionbutton object to describe the optionbutton control .

optionbutton_Caption_Property – Explanation & Example

Here is the example for optionbutton_Caption_Property. It will take you through how to describe optionbutton using Caption property of option button using Excel VBA. Here you can find or see how we describe using Caption property of option button manually or using code.

optionbutton_Caption_Property: Change Manually

Please find the following details how we are changing manually Caption_property of optionbutton .

    1. Go To Developer Tab and then click Visual Basic from the Code or Press Alt+F11.
    2. Go To Insert Menu, Click UserForm. Please find the screenshot for the same.

Excel VBA UserForm optionbutton

    1. Drag a optionbutton on the Userform from the Toolbox.

OptionButton

    1. Right click on the option button. Click on properties from the available list.

Properties of OptionButton

    1. Now you can find the properties window of optionbutton on the screen. Please find the screenshot for the same.

OptionButton Properties

    1. On the left side find ‘Caption’ property from the available option button properties.
    2. On the right side you can mention Caption of option button control. Here is the screen shot.

Caption Property OptionButton

    1. For example, I have entered ‘Analysistabs'(string) for optionbutton1. You can see same in the screen shot for your understand.

Caption Property OptionButton_1

optionbutton_Caption_Property: Change Using Code

Please find the following details how we are changing Caption_property of the optionbutton property with using Excel VBA code.

      1. Go To Developer Tab and then click Visual Basic from the Code or Press Alt+F11.
      2. Go To Insert Menu, Click UserForm. Please find the screenshot for the same.

Excel VBA UserForm optionbutton

      1. Drag a optionbutton on the Userform from the Toolbox. Please find the screen shot for the same.

OptionButton

      1. Double Click on the UserForm, and select the Userform event as shown in the below screen shot.

option button Excel ActiveX Control _Im1

      1. Now can see the following code in the module.
Private Sub UserForm_Initialize()

End Sub
      1. Now, add the following example code1 to the in between above event procedure.

Example Code1:

'Caption_Property of optionbutton Control
Private Sub UserForm_Initialize()
    With UserForm1
        'Below statement represents Caption_of_the optionbutton
        .optionbutton1.Caption ="Analysistabs"
    End With
End Sub
      1. Now, Press ‘F5’ to see the following Output.

Output: If Caption =”Analysistabs”
Please find the below output when we sets Caption_property of optionbutton1 value is 50 and optionbutton2 value is 100. It is shown in the following Screen Shot.

Caption Property OptionButton1

Effortlessly Manage Your Projects and Resources
120+ Professional Project Management Templates!

A Powerful & Multi-purpose Templates for project management. Now seamlessly manage your projects, tasks, meetings, presentations, teams, customers, stakeholders and time. This page describes all the amazing new features and options that come with our premium templates.

Save Up to 85% LIMITED TIME OFFER
Project Management Templates

All-in-One Pack
120+ Project Management Templates

Essential Pack
50+ PM Templates

Excel Pack
50+ Excel PM Templates

PowerPoint Pack
50+ Excel PM Templates

MS Word Pack
25+ Word PM Templates

Ultimate Project
Management Template
Ultimate Resource
Management Template
Project Portfolio
Management Templates
Last Updated: March 2, 2023