+ Reply to Thread
Results 1 to 3 of 3

Userform properties

  1. #1
    Registered User
    Join Date
    11-19-2007
    Posts
    85

    Userform properties

    Hi,

    I am trying to work with userforms in excel, I am not that familiar with userforms. I was looking at a sample example that I have and I see that when you click properties on the userforms, the left side there is a userform properties, and you can click on a down arrow and see selections of other properties (LabelText Label, LabelProgressBack Label, LabelProgress Label) that is for the same userform.

    I was wondering how they create this and why so many properties?

    Thanks,

  2. #2
    Forum Moderator Leith Ross's Avatar
    Join Date
    01-15-2005
    Location
    San Francisco, Ca
    MS-Off Ver
    2000, 2003, & 2010
    Posts
    23,259
    Hello JohnSeito,

    Visual Basic for Applications is an event driven object based programming language. Each object has its own set properties and objects can even reference other objects to make use of their properties. Objects can have properties, methods, and events. Properties generally describe a characteristic of the object, like height, or width. Object methods are generally internal Sub or Function calls that perform a specific action on the object like copying or pasting. Events can be triggered by external events like clicking or typing. Sometimes events are triggered through code.

    The properties you see listed are part of what is called a "property sheet". This is part of the object's Class module. This is the code that describes what properties, methods, and events the object has, uses, and responds to. It is a blue print from which other objects are created.

    Sincerely,
    Leith Ross

  3. #3
    Registered User
    Join Date
    11-19-2007
    Posts
    85
    Thanks....

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1