• Skip to main content
  • Skip to primary sidebar

Ryan McCormick

Dedicated Dad, Software Engineer and Lover of Coffee

VBA Control Naming Conventions

November 23, 2015 by Ryan McCormick Leave a Comment

It is always helpful to use thoughtful naming conventions for controls when working on a VBA project. This is especially true for when you need to open an old project to see what is going on, or when someone else needs to work on your project in the future.

Everybody does this differently, but I follow naming conventions that I learned back when I learned VB 6.

Basically every control name is named with camelcase and starts with a prefix. Here are some examples:

Form (frm)
Use the prefix frm for naming forms. Example for a ‘main’ form: frmMain
Button (cmd)
Called command buttons, use the prefix cmd for naming buttons. Example for an ‘ok’ button: cmdOk
Labels (lbl)
Use the prefix lbl for naming labels. Example for ‘name’ label: lblName
TextBox (txt)
Use the prefix txt for naming Text Boxes. Example for naming a ‘name’ Text Box: txtName
ListBox (lst)
Use the prefix lst for naming List Boxes. Example for naming a ‘name:’ List Box: lstName
Frame (fra)
Use the prefix fra for naming Framesets. Example for naming a ‘main’ Frameset: fraMain
Checkbox (chk)
Use the prefix chk for naming Check Boxes. Example for naming an ‘option 1’ Check Box: chkOne
Radio Button (opt)
Use the prefix opt for naming Radio(Option) Buttons. Example for naming a ‘first’ Radio(Option) Button: optOne
Combo Box (cbo)
Use the prefix cbo for naming Combo Boxes. Example for naming a ‘Item List’ Combo Box: cboItemList
Progress Bar (prog)
Use the prefix prog for naming Progress Bars. Example for naming ‘main progress’ Progress Bar: progMain

I thought that this would be a good list to get anyone interested started. Comment with more examples if you have them.

Related

Filed Under: VBA Tagged With: naming conventions, vba, vba controls

Reader Interactions

Leave a Reply Cancel reply

Primary Sidebar

Recent Posts

  • Force Quit Kill all Chrome Windows MacOS
  • SOLVED: Angular 6 CLI Karma Stuck in Single Run | Karma Stops Running
  • How to Manually Install Java 8 on Ubuntu 18.04 LTS
  • Remove VirtualBox from Ubuntu 16.04 Xenial
  • Clear all Node Modules Folders Recursively Mac/Linux

Recent Comments

  • KKV on Webstorm adding spaces between imports and braces | JavaScript and TypeScript
  • jusopi on Clear all Node Modules Folders Recursively Mac/Linux
  • Qaisar Irfan on Clear all Node Modules Folders Recursively Mac/Linux
  • mustafa on Remove VirtualBox from Ubuntu 16.04 Xenial
  • Pourya on How to Manually Install Java 8 on Ubuntu 18.04 LTS

Archives

  • May 2019
  • May 2018
  • April 2018
  • March 2018
  • January 2018
  • September 2017
  • August 2017
  • July 2017
  • June 2017
  • March 2017
  • December 2015
  • November 2015
  • July 2015
  • April 2015
  • February 2015
  • September 2014
  • June 2014
  • May 2014
  • April 2014
  • March 2014
  • February 2014
  • October 2013
  • August 2013
  • June 2013
  • April 2013
  • March 2013
  • February 2013
  • December 2012
  • October 2012
  • September 2012
  • August 2012
  • July 2012
  • May 2012
  • March 2012
  • February 2012
  • December 2011
  • November 2011
  • April 2011
  • March 2011
  • February 2011
  • January 2011
  • December 2010
  • November 2010
  • August 2009
  • July 2009
  • May 2009

Categories

  • Angular
  • Angular 2
  • AngularJS (1x branch)
  • Computer Q&A
  • ES2015
  • Internet Marketing
  • Javascript
  • Job Interviews
  • Job Search
  • Karma
  • Laravel
  • Linux
  • Linux/Unix Tips
  • MacOS
  • Microsoft Access
  • Microsoft Excel
  • Microsoft Outlook
  • Microsoft Word
  • News
  • Node
  • Open Source
  • PHP
  • Protractor
  • Resume Writing
  • Spring Boot
  • SQL
  • Ubuntu
  • VBA
  • VBScript
  • VirtualBox
  • Web Development
  • Windows Tips
  • Wordpress

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

Copyright © 2023 · Magazine Pro on Genesis Framework · WordPress · Log in