+ Reply to Thread
Results 1 to 2 of 2

DropDown Lists

  1. #1
    Registered User
    Join Date
    08-15-2006
    Posts
    3

    DropDown Lists

    Hi,

    I have two questions regarding dropdown lists.
    Is it possible to insert a calender into a dropdown list and can I add an "openfield" which allows the user to type in an new opinion, which is not part of the list?

    And another question, not related to the topic: Is there a similar forum for Microsoft Access?

    Thank you very much for your help in advance!

    Regards,

    Tim

  2. #2
    Valued Forum Contributor Excelenator's Avatar
    Join Date
    07-25-2006
    Location
    Wantagh, NY
    Posts
    333
    You can use the Microsoft Date Time Picker Control Version 6.0.

    To activate controls on UserForms in your VBA project
    1. In the Visual Basic Editor, with your UserForm open, right-click on or near a control on the Toolbox.
    2. Click Additional Controls to display a list of all available ActiveX controls.
    3. Note The list is dynamically created, and many controls that appear will
      have been installed by various applications or downloaded from the
      Internet. However not all controls are suited to be placed in the host
      containers listed earlier. Doing so can result in unexpected behavior.
    4. Select the desired control from the list. Microsoft Date and Time Picker Control, version 6.0
    5. Click OK.
    6. Once the control is activated, an icon for that control is added to the
      Toolbox.
    ---------------------------------------------------
    ONLY APPLIES TO VBA RESPONSES WHERE APPROPRIATE
    To insert code into the VBE (Visual Basic Editor)
    1. Copy the code.
    2. Open workbook to paste code into.
    3. Right click any worksheet tab, select View Code
    4. VBE (Visual Basic Editor) opens to that sheets object
    5. You may change to another sheets object or the This Workbook object by double clicking it in the Project window
    6. In the blank space below the word "General" paste the copied code.

+ 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