This page contains help topics for the pages in the Capture menu.
Names of controls and UserForms
VBA restricts the names of controls and the names of all UserForms. A name must begin with a letter. It can contain only letters, numbers, and underscores (no spaces). It cannot be a VBA reserved word. And it can be up to 40 characters long. Names must be unique in their context. For example, two controls on the same UserForm cannot have the same name.