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 Left Property of CheckBox ActiveX Control in Excel to align the list box left position on the UserForm or WorkSheet.

Left_Property Excel CheckBox Object

CheckBox_Left_Property – Syntax

Please find the below syntax of CheckBox_Left_Property in Excel VBA.

CheckBoxName.Left=Left position in number format

Where CheckBoxName represents the CheckBox object. In the above syntax we are using a Left_property of CheckBox object to set the Left position.

CheckBox_Left_Property – Explanation & Example

Here is the example for CheckBox_Left_Property. It will take you through how to set Left property of Check Box using Excel VBA. Here you can find or see how we sets or gets Left property of Check Box manually or using code.

CheckBox_Left_Property: Change Manually

Please find the following details how we are changing manually Left_property of CheckBox .

    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 CheckBox

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

CheckBox Properties_D

    1. Right click on the Check Box. Click on properties from the available list.

CheckBox Properties1

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

CheckBox Properties

    1. On the left side find ‘Left’ property from the available Check Box properties.
    2. On the right side you can mention Left position in number format. Here is the screen shot.

Left_Property of CheckBox Control1

    1. for better understand added two checkBox controls.
    2. For example, I have entered 50(number) for CheckBox1 and 100 for CheckBox2. You can see same in the screen shot for your understand.

Left_Property of CheckBox Control

CheckBox_Left_Property: Change Using Code

Please find the following details how we are changing Left_property of the CheckBox 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 CheckBox

      1. Drag a CheckBox on the Userform from the Toolbox. Please find the screenshot for the same.

CheckBox Properties_D

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

Check Box 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:

'Left_Property of CheckBox Control
Private Sub UserForm_Initialize()
    With UserForm1
        'Below statement represents Left_of_the CheckBox
        .CheckBox1.Left = 50
        .CheckBox2.Left = 60
    End With
End Sub
      1. Now, Press ‘F5’ to see the following Output.

Output: If Left =50 and Left=60
Please find the below output when we sets Left_property of Checkbox1 value is 50 and Checkbox2 value is 60. It is shown in the following Screen Shot.

Left_Property of CheckBox Control 2

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